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

Pages: [1]
1
Bug Report / Row selection not respected when use filter or sort [3.3.0]
« on: August 17, 2016, 09:35:37 pm »
Hello,
I have a problem when I sort or filter a column: the selection does not move with the selected line.
I noticed this problem in all demo vesion 3.3.0: http://paramquery.com/pro/demos/selection_row

But not in 3.2.0: http://paramquery.com/pro/demos32/selection_row

Best regards

2
With 3.3.0 version, CTRL + click still allows us to select discontinuing row.
Your rowClick solution is a little bit anoying as far as it allows to unselect an already selected row but prevent any additionnal row selection with CTRL+clic.
With this solution, CTRL + click first select a new row and then rowClick remove this selection.

Any idea to keep selection and deselection with CTRL + click ?

Best Regards,
easyKost

3
Hello,

We are migration from 2.4.1 to 3.3.0.
In the version 2.4.1 we were using CTRL+click on a row to deselect one row from the whole selection. (this is a standard ergonomic behaviour for such a component).
In the version 3.3.0, such an action do nothing.

Is it a bug or is there a specific configuration to do so ?

Compare both in the demos of both version 2.2.x and version 3.3.0: selections => row selection.

Thanks for your support.

Best Regards,
easyKost

4
Hello

In the 2.4.1 version we were using render with  svg/html content. In the version 3.3.0, we have error when clicking on cell
Here is an example of render we are using:

columnrender=function(ui) {
  var ret = '<svg height="10" width="10" >';
  ret+='<circle cx="5" cy="5" r="3"  stroke-width="1" ></circle></svg>>';
  return ret
}

Same error can be reproduce on the 3.3.0 demo "Charts => Inline charts": When you click on a cell with a chart you have the following trace:

Uncaught TypeError: c.originalEvent.target.className.indexOf is not a function: pqgrid.min.js:390
f._onRowMouseDown      @ pqgrid.min.js:390
(anonymous function)     @ pqgrid.min.js:387
a                                  @ pqgrid.min.js:10
p._trigger                      @ pqgrid.min.js:11
c._onRowMouseDown      @ pqgrid.min.js:126
(anonymous function)      @ pqgrid.min.js:86
dispatch                         @ jquery.min.js:2
u                                   @ jquery.min.js:2

Thanks for your support,
Best Regards,
easyKost.

5
Help for ParamQuery Pro / Select row on event ; contextmenu
« on: July 07, 2016, 10:28:32 pm »
Hi,

i have a trigger on "pqGrid:rowRightClick"  and "pqGrid:cellRightClick" but they are not implemented in version 3.3.1 .

I use "contextmenu" event but when i click right, i enter in my function but the row is not selected.

Thanks and Regards,
Kamel




Pages: [1]