views:

88

answers:

0

i have a page consisting of devexpress gridview control with 4 columns and 4 asp.net text boxes.

on selecting a row in gridview ,it should update the 4 textboxes with the values of the row selected.

so i was assigning the value of the rows of the grid to the text box in the custom callback event of the grid and also the value gets assigned to the all textboxes's text property but it doesn't updates the textbox value in the UI screen.