Hello,
This is in aspx:
Prerender doesn't fire (because there is nothing to render I assume) and searching the combobox's items array to FindControl() doesn't work as the array is null i.e. empty????
How do I get this sucker to bind to data??
Thanks
JB
This is in aspx:
<telerik:RadComboBox ID="cmboAssoc" runat="server" Skin="Default" width="175" EmptyMessage="Choose your association">
<ItemTemplate>
<telerik:RadTreeView ID="AssocTreeView" runat="server" Skin="Windows7" Height="138" Width="412" OnPreRender="asdfsdf">
<DataBindings>
<telerik:RadTreeNodeBinding Expanded="false" />
</DataBindings>
</telerik:RadTreeView>
</ItemTemplate>
</telerik:RadComboBox>
Prerender doesn't fire (because there is nothing to render I assume) and searching the combobox's items array to FindControl() doesn't work as the array is null i.e. empty????
How do I get this sucker to bind to data??
Thanks
JB