I have a list box which items are check boxes
I need to add a textbox that filters that list items by the check boxes content
Is there any telerik control that perform this function?
Thanks in advance
1 Answer, 1 is accepted
0
Sebastian
Telerik team
answered on 30 Jun 2010, 01:01 PM
Hello Islam,
For your convenience I prepared a sample case which represents how to filter items in RadListBox (with checkboxes enabled) on each key press when typing inside RadTextBox. The operation is performed via ajax request using RadAjaxManager instance.
Examine the code snippets posted below for further details (note that I used the well-known Northwind SQL database for source):
RadListBox1.DataSource = GetDataTable("SELECT ProductName FROM Products");
RadListBox1.DataBind();
}
}
Greetings,
Sebastian
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items