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

GridEditCommandColumn issue

1 Answer 51 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jeff Tang
Top achievements
Rank 1
Jeff Tang asked on 22 Dec 2008, 02:27 AM
I have a GridEditCommandColumn in the Grid of Webpage A.

<telerik:GridEditCommandColumn UniqueName="EditCommandColumn">
 </telerik:GridEditCommandColumn>

<EditFormSettings UserControlName="SNEdit.ascx" EditFormType="WebUserControl">
                           <EditColumn UniqueName="EditCommandColumn1">
                           </EditColumn>
 </EditFormSettings>


And I set the edit for setting as follow. I created a WebUserControl which contain several controls including a telerik combo box. I need to do an action like that. When the user change the selection of the combo box, then based on the selected value, a server-side function on Webpage A need to be triggered in order to retrieve the corresponding data from database to update the screen. I am not sure if the telerik control support this action? Thanks.


1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 22 Dec 2008, 12:02 PM
Hello Jeff,

You can use the code-behind of the user control, to get a reference to any control on the page, and update it accordingly.
Attached to this message, is a small application, which demonstrates one similar approach.
I hope it helps.

Greetings,
Yavor
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Jeff Tang
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or