Hello Stanislav,
unfortunately, that is not what I am looking for.
I have a treegrid with several entries and several layers. The users can check on the top layer to select all child entries in all layers below. Then they can uncheck further down the hierarchy, so the upper levels are no longer checked, but still displayed with a square in the checkbox field. These entries, I seem not get a hold of. But for checking several things, I would need to know which rows are all affected.
Take your example:
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxtreegrid/javascript-tree-grid-hierarchical-checkboxes.htm
If I only select the Sales Department in Miami, it is the only value I get via getCheckedRows. The TreeGrid knows that Corporate Headquarters and Operation Division in Miami are affected by this selection and displays the checkbox with the square box. Is there any way I can get this information from the grid or the dataadapter, if you store the information there or do I have to figure out a way myself?
Best Regard
Klaus