Hi all,
I have grouped grid with data: id, parent_name, child_name, url.
Grid is grouped with parent_name.
My editing is handled by external form where I send the id field.
Problem is that I can't select the groupd header. How can I make the group header selectable?
Json data looks like this:
{“total”:1,”page”:1,”records”:3,”rows”:[{“id”:1,”cell”:[“parent_name1″,”child_name1″,”www.google.com”]},{“id”:2,”cell”:[“parent_name1″,”child_name2″,”www.google.com”]}{“id”:1,”cell”:[“parent_name2″,”child_name3″,”www.google.com”]}]}
Grid looks like this
– parent_name
* child_name | url
* child_name | url
– parent_name
* child_name | url
Best regards,
Tuomo
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top