This is a migrated thread and some comments may be shown as answers.

How to use edit item template of rad grid

1 Answer 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Esther Nirmala
Top achievements
Rank 1
Esther Nirmala asked on 11 Oct 2011, 10:22 AM
Hi,

    I am using rad grid. In grid i want to display few textboxes for each row.. I have placed those text boxes in edit item template..
I dont use grid's row update event for saving the changes done to the row immediately.. Instead i will change whatever needed and will fire the button click event for saving all the changes made to the grid. I couldnt fetch the modified values of text boxes.. Can you provide me a sample

Thx
Nirmal.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 11 Oct 2011, 10:32 AM
Hello Esther,

One suggestion is to attatch OnTextChanged event to each of the textboxes and set some flags to indicate the value change and update the respective values.

Thanks,
Shinu.
Tags
Grid
Asked by
Esther Nirmala
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or