You might check out the verticalScrollPosition property of the datagrid and set 
it to the selectedIndex onchange.  Haven't tried in this specific tree 
scenario, but it may work. Not sure if it will move it up for you automatically 
or not.

change="mygrid.verticalScrollPosition = mygrid.selectedIndex"

Or possibly set the scroll position to the current selectedIndex + 1, to move 
the scroll bar enough.

Don Kerr



--- In [email protected], "vin.flex" <vin.f...@...> wrote:
>
> 
> 
> Hi,
> 
>       I have noticed a issue. In an advanced datagrid if you open a 
> row which is the last row visible then the children are not visible.
> we need to scroll down to see them. is there any work around so that 
> if we click to open a node, it is moves to the top so that their 
> children are visible.
> 
> thanks 
> vin
>


Reply via email to