why my ultrawebgrid.Rows.Count() only count the rows of the first level of the grid?
chils never be considerated why?
Child rows are accessible through each individual Row instance, so for example if you want to obtain the first child row of the first row in the grid, you can use:
UltraWebGrid1.Rows[0].Rows[0]
tks a lot for help..
tell me another thing if you can..
with that code i get cell/row value but iwant to know the row index afther mouse click to can enter that vale on that code line.
when i click in rowi can get it, but if i click on is child i get no result. the click is not recognise.
you know how i get the child index after click it?
tks a lot