Author Topic: How to edit cell or row when using Hierarcy Row detail grid?  (Read 2654 times)

aniket.kulkarni

  • Newbie
  • *
  • Posts: 22
    • View Profile
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 Hierarchy Row detail example.
Please help me.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: How to edit cell or row when using Hierarcy Row detail grid?
« Reply #1 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

aniket.kulkarni

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: How to edit cell or row when using Hierarcy Row detail grid?
« Reply #2 on: May 21, 2014, 02:41:30 pm »
Thanks. It worked. :)