I need to find the update event for other recreate user control(on
click of OK button) similar to update user control(as on click of
UPDATE button) in the grid from the code behind. Concerned image file
illustrating this has been attached with this post.
These user controls are loading in grid as the user hits concerned image buttons in the grid.
Thanks,
Awadh
| if (e.CommandName == RadGrid.UpdateCommandName) |
| { |
| UserControl userControl = (UserControl)e.Item.FindControl(GridEditFormItem.EditFormUserControlID); |
| RadTextBox txtOrderValue = userControl.FindControl("txtOrderValue") as RadTextBox; |
These user controls are loading in grid as the user hits concerned image buttons in the grid.
Thanks,
Awadh