Hi,
I have a page where two grids are there.
I want to know which grid's row was selected last.
Basically i want two unselect first grid's row if second grid's row was selected and vice versa
How to do this.
Please help.it's urgent
What you want to do is handle the row selection changed client event for both grids. Then, what you can do is find a reference to the other grid and clear its selection.
regards,
David Young