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 - Guoran

Pages: [1]
1
Help for ParamQuery Pro / toolbar does not come up in version 3.3.0
« on: February 12, 2019, 02:52:08 am »
I am using version 3.3.0. I set toolbar, nothing happens. I set showToolbar to true. I get script error. seems _toolbar is undefined in pqgrid.

Could you please give me a work example under version 3.3.0?

2

I am using version 3.3.0

        $grid.pqGrid("option", "height", "flex");
        $grid.pqGrid("option", "width", "flex");
        $grid.pqGrid("option", "freezeCols", 0);
        $grid.pqGrid("refresh");

it makes the first column disappeared.

Thanks

3
Help for ParamQuery Pro / Column Drag and Drop(ColumnOrder)
« on: March 01, 2016, 10:01:11 pm »

I have columns C1,C2,C3,..., and C10.

1. I want that C1 to C5 is not draggable.
2. any of C6-C10 cannot be dropped into C1-C5

Is it doable  in the latest version of  pqGrid?

4
In my code,  variable CM( colModel data) is passed to initialize the grid and CM is still in use in my code. After "destroy" option call, the CM which has new column data is passed to re-initalize the grid(the same DIV id). It is noticed that CM in the code is modified to previous value of CM although the grid properly shows in new colModel data. In fact, it is observed that the dataModel's data in some methods( for example getRowData) in paramQuery grid is using the previous data before calling "destroy" method by pqgrid("option","destroy").

Pages: [1]