Hi ,
In my application we have two radgrids and a radlistview. We are going to fetch details on single input id and show this details radgrid and radlist.
Now my problem is that, when I edit one of the grid and change the input id and search for another details, the data details changes according to the input id prrovided, but the grid that earlier remained in edit mode, still in edit mode with new fetched data details.
I just wanted all the grid should close when the data details changes on that grid.
Thanks in advance.