1. ) Assume for a moment you only have reference to a WebHierarchicalDataGrid instance. You want to find a specific container grid on the client side so you can add rows to it. How do you do it.
AND
2. ) From a container grid server side, how do you reveal its indexing so that 1.) can be acomplished ?
Thanks in advance.
Hello soberly,
There is no other way to find a specific container grid but looping through all the rows and checking if their containing grid is the one you are looking for.
I am suggesting you to subscribe for mousedown client side event for each of the container grids and to preserve it for later use.
Hope this helps.
Regards,
Lyuba
Developer Support Engineer
Infragistics
www.infragistics.com/support