Hello,
if I understand your Examples in the right way, there is no possibility to working with values in ComboboxItems, when I declare them only in Marcup Code?
Why you make this change ???
I need to work with a declaration like this... now I need to fill all serverside.. to getting the selected value on serverside ...
Is there a Reason for this behavior???
Best regards
Fabian
if I understand your Examples in the right way, there is no possibility to working with values in ComboboxItems, when I declare them only in Marcup Code?
Why you make this change ???
I need to work with a declaration like this... now I need to fill all serverside.. to getting the selected value on serverside ...
| <telerik:RadComboBox ID="ddlColor" Width="100px" Skin="Default" runat="server"> |
| <Items> |
| <telerik:RadComboBoxItem Value="" Text="Alle Farben" /> |
| <telerik:RadComboBoxItem Value="1" Text="s/w" /> |
| <telerik:RadComboBoxItem Value="0" Text="Farbe" /> |
| </Items> |
| </telerik:RadComboBox> |
Is there a Reason for this behavior???
Best regards
Fabian