I have a problem with a RadGrid. I want another RadGrid to be updated when the the first i clicked and a row is selected. This works fine.... The problem is the row I selected in the first RadGrid is now no more selected!
I want the row selected to be still selected, and the first RadGrid which triggers the Ajax-event should not be updated, but I see from my debugging that the ObjectDataSource connected to that first RadGrid is called even there should be no need of that.
I want the row selected to be still selected, and the first RadGrid which triggers the Ajax-event should not be updated, but I see from my debugging that the ObjectDataSource connected to that first RadGrid is called even there should be no need of that.