Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1106
Finding a Specific ContainerGrid
posted

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.

Parents
No Data
Reply
  • 6748
    Suggested Answer
    posted

    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

     

Children
No Data