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

How to get the value from a RadComboBox ?

1 Answer 87 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Applejax
Top achievements
Rank 1
Applejax asked on 27 Feb 2015, 02:25 PM
How can I extract the value from this radcombobox nested inside a Grid Template Column?

It would be when the user clicks on the Insert button on the radgrid....

<telerik:GridTemplateColumn UniqueName="UserCol" HeaderText="proto user" DataField="UserID">
      <EditItemTemplate>
              <telerik:RadComboBox ID="RadComboBox1" runat="server" AutoPostBack="false">
               </telerik:RadComboBox>
      </EditItemTemplate>
</telerik:GridTemplateColumn>
 

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 04 Mar 2015, 12:48 PM
Hello,

For detailed information and example for getting reference of controls within Edit and Insert items, please examine the following help article:
As you will notice, once you get reference to the Insert item, you will need to use the FindControl("control id") method to find the control that you need.

Hope this helps.


Regards,
Konstantin Dikov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Applejax
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or