This question is locked. New answers and comments are not allowed.
Hello,
How can I bind a gridview to textboxes and other components?
I have a radgridview its itemsource getting from the database set in an object.
Then on selection change, im setting some details from this object.
My problem is, when i change stuff in the details part (textboxes...not on the grid), i have to call the get data again from database and im loosing after this the selection of the radgrid. I don;t want to lose this selectiong.
What is the best way, to change the details (in a detail part on the screen, outside the grid) and click on save, get the grid with the updated data, and not lose the selection.
THank you.
How can I bind a gridview to textboxes and other components?
I have a radgridview its itemsource getting from the database set in an object.
Then on selection change, im setting some details from this object.
My problem is, when i change stuff in the details part (textboxes...not on the grid), i have to call the get data again from database and im loosing after this the selection of the radgrid. I don;t want to lose this selectiong.
What is the best way, to change the details (in a detail part on the screen, outside the grid) and click on save, get the grid with the updated data, and not lose the selection.
THank you.