Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
730
how to unselect grid's row on selection of other grid's row on the same page
posted

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

  • 33839
    Suggested Answer
    posted

    Hi,

    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