I have a hierarchical radgrid that is bound to a collection of objects that also have child objects.
These all display fine as master and detail views.
I am attampting to use the popup editmode for the master view.
My popup appears when I click the edit button but "IT APPEARS FOR EACH ROW" of the the master view not just the row I clicked edit on.
I have added a need datasource method to get the objects so it can rebind.. I think that may be why this is happening.
Maybe the grid is going into edit mode and then rebinding, so it shows edit popups for each row.
How can I say edit just this row, without using an objectdatasource?
Not really sure but could use som help asap.
These all display fine as master and detail views.
I am attampting to use the popup editmode for the master view.
My popup appears when I click the edit button but "IT APPEARS FOR EACH ROW" of the the master view not just the row I clicked edit on.
I have added a need datasource method to get the objects so it can rebind.. I think that may be why this is happening.
Maybe the grid is going into edit mode and then rebinding, so it shows edit popups for each row.
How can I say edit just this row, without using an objectdatasource?
Not really sure but could use som help asap.