I could do with some more help.
In my RadGrid I have created a custom edit form using the template mode and I have captured the update command event to intercept the update as i want to write the information entered by the user manually to my database.
In the update command event I have converted e.item to a GridEditFormItem and now I want to get access to the controls that i have added into my template. There seems to be lots of controls embedded in this item so is there an easier to access the data entered by the user. I have a RadTextBox and RadDateTimePicker.
Thankyou.
In my RadGrid I have created a custom edit form using the template mode and I have captured the update command event to intercept the update as i want to write the information entered by the user manually to my database.
In the update command event I have converted e.item to a GridEditFormItem and now I want to get access to the controls that i have added into my template. There seems to be lots of controls embedded in this item so is there an easier to access the data entered by the user. I have a RadTextBox and RadDateTimePicker.
Thankyou.