ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: aniket.kulkarni on May 21, 2014, 12:11:28 pm
-
Hi!
I am trying to edit cell or row in Hierarchy Row detail grid, but not able decide where to define on click function.
For that I did following change editable: true
I can successfully show the grid data. I used http://paramquery.com/pro/demos (http://paramquery.com/pro/demos) Hierarchy Row detail example.
Please help me.
-
It's similar to the way you define editable for any other grid.
you need to put editable: true in the detail grid initialization object argument.
http://paramquery.com/pro/api#option-editable
-
Thanks. It worked. :)