ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: aniket.kulkarni on May 21, 2014, 12:11:28 pm

Title: How to edit cell or row when using Hierarcy Row detail grid?
Post 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 
Code: [Select]
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.
Title: Re: How to edit cell or row when using Hierarcy Row detail grid?
Post by: paramvir on May 21, 2014, 01:04:35 pm
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
Title: Re: How to edit cell or row when using Hierarcy Row detail grid?
Post by: aniket.kulkarni on May 21, 2014, 02:41:30 pm
Thanks. It worked. :)