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
8920
Web Hierarchial data grid
posted

Processing event on the server with

 ContainerGrid g =  (ContainerGrid) sender ;
    int b = (int)g.Rows.Count;

 

from here  :

a. How to scan efficiently through every row, seems like foreach not working

b. If I need to find particular row in the grid, by using known value of keyfield is any other way then scanning through every row.

thanks