I want to select the next row while clicking next button. How to do this in GroupBy mode?
Thanks in advance.......
You can probably just use grid.PerformAction(NextRowByTab)
Thanks a lot Mike...... its working fine.