Hi,
We have a radcombobox with list of Regions that gets populated with EntityDataSource, now we added a new column in table named as "MarkAsDeleted" We want to disable Regions in radcombobox where region is "MarkAsDeleted" = true.
I found that it has property as below, just don;t know how to automatically allow databinding to this property.
<telerik:RadComboBoxItem runat="server" Enabled="False" Text="RadComboBoxItem3"
Value="RadComboBoxItem3" />
Any idea ?
Regards
We have a radcombobox with list of Regions that gets populated with EntityDataSource, now we added a new column in table named as "MarkAsDeleted" We want to disable Regions in radcombobox where region is "MarkAsDeleted" = true.
I found that it has property as below, just don;t know how to automatically allow databinding to this property.
<telerik:RadComboBoxItem runat="server" Enabled="False" Text="RadComboBoxItem3"
Value="RadComboBoxItem3" />
Any idea ?
Regards