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

Combobox empty despite binding datasource

1 Answer 62 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 05 Feb 2013, 05:16 PM
So I've got a control that uses a radcombobox. Said control exists in two nearly identical pages, but on one of the pages it's empty. Doing a step through on the codebehind shows that the datasource is binding correctly and is populated with information.

So I'm left here scratching my head trying to figure out why the combobox on this one page is always empty. In both cases the combobox is in a separate table above a radgrid, and is loaded when the grid calls it's NeedDataSource function on postback (after search, the box is used to determine an action to take against an item in the list).

It looks as if everything is fine on the server side.

<telerik:RadComboBox id="actionbox1" Runat="server"
        ToolTip="Select a Bill action" MarkFirstMatch="True" EnableLoadOnDemand="false" ShowDropDownOnTextboxClick="False" Width="176px">
</telerik:RadComboBox>

1 Answer, 1 is accepted

Sort by
0
Chris
Top achievements
Rank 1
answered on 05 Feb 2013, 07:42 PM
Nevermind, I forgot to flag the element to be updated on the ajax call for the grid results.
Tags
ComboBox
Asked by
Chris
Top achievements
Rank 1
Answers by
Chris
Top achievements
Rank 1
Share this question
or