Hi there,
Having an issue with the combo box; I have load on demand enabled and the values returning back have spaces between words...example, "Desktop Systems".
When I am typing in the combo box and come to the p in the text, I try and hit the space bar and I can't. I'm stuck at the end of Desktop. Is there a way around this or a setting I'm missing?
Thank you,
Tad
Having an issue with the combo box; I have load on demand enabled and the values returning back have spaces between words...example, "Desktop Systems".
When I am typing in the combo box and come to the p in the text, I try and hit the space bar and I can't. I'm stuck at the end of Desktop. Is there a way around this or a setting I'm missing?
| <telerik:RadComboBox ID="cboWebCategory" |
| runat="server" |
| OnSelectedIndexChanged="cboWebCategory_SelectedIndexChanged" |
| AutoPostBack="true" |
| DataTextField="WebCategory" |
| EnableTextSelection="true" |
| DataValueField="WebCategoryID" |
| MarkFirstMatch="true" |
| Height="150px" |
| Width="250px"> |
| </telerik:RadComboBox> |
Thank you,
Tad