Hello,
I know how to access the controls inside the RadGrid for Grid's Itemdatabound and also the Grid's ItemCommand
I have a ASP repeater in the editformsettings and I am using EditMode="EditForms" in the MasterTableView.
In my edit form template there is a label above the repeater which I need to access and change its text when:
a button inside the Repeater is clicked. So I have the ItemCommand Subroutine in the code behind page which is able to access all the elements of the repeater with no problem but I want to also change the text of the label above the repeater which is a RadGridEditItem after the button is clicked in the repeater.
Can you show me how to?
Thanks,
Sanjay
I know how to access the controls inside the RadGrid for Grid's Itemdatabound and also the Grid's ItemCommand
I have a ASP repeater in the editformsettings and I am using EditMode="EditForms" in the MasterTableView.
In my edit form template there is a label above the repeater which I need to access and change its text when:
a button inside the Repeater is clicked. So I have the ItemCommand Subroutine in the code behind page which is able to access all the elements of the repeater with no problem but I want to also change the text of the label above the repeater which is a RadGridEditItem after the button is clicked in the repeater.
Can you show me how to?
Thanks,
Sanjay