I have two main grids, in two tabs, one grid in each tab
each grid have nested grids, but both “automatic” name or id starts with
grid0
grid1
grid2
but when i am in the other tab and I expand (and is created the nested grid)
the control set the same ids
grid0
grid1
grid2
etc
can I assign differents names of both grids to control the correct grid?
for example
firstTabGrid_nestedgrid0
firstTabGrid_nestedgrid1
firstTabGrid_nestedgrid2
firstTabGrid_nestedgrid3
and
SecondTabGrid_nestedgrid0
SecondTabGrid_nestedgrid1
SecondTabGrid_nestedgrid2
SecondTabGrid_nestedgrid3
thanks in advance