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

upload the control inside the grid

3 Answers 58 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Eltiel
Top achievements
Rank 1
Eltiel asked on 07 Mar 2013, 02:15 AM
Current I made a grid with 2 combobox, I wanna to refresh the b combobox when the a combobox is onchange.

as my issue, I cannot refresh the combobox of "Enabled", when I set in code behind.

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 07 Mar 2013, 06:05 AM
Hi,

Please try the following ajax settings.
aspx:
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" DefaultLoadingPanelID="RadAjaxLoadingPanel1">
          <AjaxSettings>
              <telerik:AjaxSetting AjaxControlID="RadGrid1">
                  <UpdatedControls>
                      <telerik:AjaxUpdatedControl ControlID="RadComboBox1" />
                  </UpdatedControls>
              </telerik:AjaxSetting>
              <telerik:AjaxSetting AjaxControlID="RadComboBox1">
                  <UpdatedControls>
                      <telerik:AjaxUpdatedControl ControlID="RadComboBox2" />
                  </UpdatedControls>
              </telerik:AjaxSetting>
          </AjaxSettings>
      </telerik:RadAjaxManager>

Thanks,
Princy
0
Eltiel
Top achievements
Rank 1
answered on 07 Mar 2013, 07:09 AM
sorry, these combobox box is inside the grid.
0
Eyup
Telerik team
answered on 11 Mar 2013, 09:47 AM
Hi Eltiel,

Please refer to the following topic for accessing the edit mode controls:
( Section Accessing controls in edit/insert mode )
http://www.telerik.com/help/aspnet-ajax/grid-accessing-cells-and-rows.html

Additionally, you can check out this demo for a practical implementation of related comboboxes:
http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multiplecomboboxes/defaultcs.aspx

Hope this helps.

Greetings,
Eyup
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Ajax
Asked by
Eltiel
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Eltiel
Top achievements
Rank 1
Eyup
Telerik team
Share this question
or