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 - [email protected]

Pages: [1]
1
Help for ParamQuery Pro / refreshing a grid that is filtered
« on: June 19, 2015, 11:09:23 pm »
When I take the following steps, I get strange results; some records in dataModel.data are never available in the view.  All of this is for local data, and local filtering.
1. Initialize the grid, with header filtering, and no paging.
2. Load dataset "A". (i.e. set dataModel.data = dataSetA)
3. Using a column header, specify a filter condition, so that not all rows in dataSetA are in the view.
4. Load dataset "B", thereby replacing dataset "A" (i.e. dataModel.data = dataSetB)
5. RefreshDataAndView.
6. Clear the filter condition from step 3.
We would expect that ALL of the rows from dataset "B" would be in the view.  But they are not!
It seems that, if there is filtering on the view when the dataModel.data is changed, then some rows will be permanently hidden, regardless of the filtering condition.
Where is the filtered data stored?  Not in dataModel.data?
Where is the unfiltered data stored?  Is it accessible somehow?

2
Bug Report / editModel.clicksToEdit bug in pqGridPro 2.4.0 and 2.4.1
« on: April 17, 2015, 01:15:30 am »
I recently upgraded from pqGridPro 2.2.0 to 2.4.1, and I think that there is a bug related to editModel.clicksToEdit.  In pqGridPro 2.2.0 I found that setting editModel.clicksToEdit:1 works correctly.  However, in pqGridPro2.4.0 and up, I found that regardless of the setting for editModel.clicksToEdit, it is always necessary to click TWICE in order to send the cell into edit mode, even if editModel.clicksToEdit:1.  There is no onclick event for the column or the row or the cell or the contents of the cell, so none of that is causing the strange behavior; it appears to be a problem with pqGridPro.

3
Help for ParamQuery Pro / Show/Hide Nested Columns
« on: November 02, 2014, 08:01:51 pm »
I have a grid with nested columns.  When I show and hide one of the child columns within a column group, it works fine.  But if I hide all of the children for a particular column group, and then attempt to show one of them again, the entire column group stays hidden.  Is this a known problem?  Is there some trick to getting the entire column group to refresh?
If all of the children have hidden=true, then the column group disappears.  That's good.  But then if one of the children is given hidden = false, the column group does NOT reappear.


Pages: [1]