Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - scotth

Pages: [1]
1
Help for ParamQuery Pro / Re: Hide Title, Maximize, Collapse
« on: June 02, 2017, 08:54:02 am »
Hello,

I just set the visibility in jQuery post-render, works like a charm.

Thank you

2
Help for ParamQuery Pro / Hide Title, Maximize, Collapse
« on: June 02, 2017, 03:21:06 am »
Hello,

Is there a way to hide the title bar along with the maximize and collapse buttons? I can set the title to "", but there is still a 20px gap at the top...

Thank you

3
Help for ParamQuery Pro / Re: Filter and Row Selection
« on: June 02, 2017, 02:48:42 am »
Hello,

I got it. The solution is to define the JSON properties in the obj variable.

Thank you

4
Help for ParamQuery Pro / Filter and Row Selection
« on: June 02, 2017, 02:39:14 am »
Hello,

I am combining many features into one gridview, and the only way I know of to implement row selections breaks the filters. In the attached code, the filters work when lines 372-375 are commented (at the very bottom):


    var $grid = $("#grid_row_selection").pqGrid(obj);
    $grid.pqGrid("option", "hoverMode", "row");
    $grid.pqGrid("option", "selectionModel.type", "row");
    $grid.pqGrid("option", "selectionModel.mode", "block");

However, commenting those lines breaks the hovermode and selection capabilities. Uncommenting those lines gives me the hovermode and selection capabilities, but breaks the column filters.

With the attached document, can I have the hovermode, selection capabilities, and filters at the same time?
Is there a way to set the hovermode, selectionmodel.type, and selectionmodel.mode using the grid definition  grid = pq.grid("#grid_filter", obj);?

Thank you

5
Help for ParamQuery Pro / Re: Online Editor Environment
« on: June 01, 2017, 09:15:38 pm »
Hello,

I have since include the pqSelect css and javascript files, and they definitely helped; however, there are still styling issues. In the attached image, the top portion is what is displayed, and the bottom portion is what is desired. How can I fix this?

Thank you

6
Help for ParamQuery Pro / Online Editor Environment
« on: June 01, 2017, 07:51:53 pm »
Hello,

I have created a gridview using paramquery that contains many features (for later C# Razor data injection), and it looks perfect in the online editor. However, when I add the scripts to my Visual Studio solution, the Hide Column buttons appear as a multi-row select (everything else looks the same). I imagine this is either a version issue or I'm missing a style sheet. The attached code looks perfect when pasted into https://paramquery.com/pro/demos/selection_row.

What version of ParamQuery Pro do I need to match the online editor, and what files (css, js, third-party libraries...everything) need to be included to make my Visual Studio environment identical to https://paramquery.com/pro/demos/selection_row?

Thank you

Pages: [1]