Hi,
I' ve got RadComboBox in my RadGrid:
Filtering works grat when i click on combobox and start typing; problem is that users typically use Tab to focus on combobox, and then filtering doesn't work at all - checked in FF 8 and IE 8 ;
So my question is, is it known issue? And how can I get it to work with tab?
Regards,
Wojciech
I' ve got RadComboBox in my RadGrid:
<telerik:RadComboBox runat="server" ID="RCBKon" DataTextField="KON_Numer" DataValueField="KON_Numer" Filter="Contains" <br> DataSourceID="sqlKolumny" Width="70px" DropDownWidth="100px" SelectedValue='<%#Bind("KON_Numer") %>' Height="100px" <br> onpropertychange="javascript:KolChanged();" onfocus="javascript:selectrow();"><br> </telerik:RadComboBox>Filtering works grat when i click on combobox and start typing; problem is that users typically use Tab to focus on combobox, and then filtering doesn't work at all - checked in FF 8 and IE 8 ;
So my question is, is it known issue? And how can I get it to work with tab?
Regards,
Wojciech