I wanted to develop multi column combo in asp.net. I also need add search facility in it. How can I achieve this? If anyone has code then please send.
Is there any third party control available for multi column combo ?
Telrik having it , but I do not wanna purchase all control . I need to purchase only combo box.
If any other 3rd party controls are available , from which I can purchase only combo then please tell me.
-Thanks.
Suthish NairPosted Jan 30, 2011, 1:28 PM
So other members can easily find the answers.
Suthish NairPosted Jan 29, 2011, 5:15 AM
Roy rPosted Jan 29, 2011, 3:17 AM
Thanks for reply. I've tried to develop multi-column combo by using combination of following controls :
1.Textbox
2.Repeter
3.Ajax DropDownExtender
Now I can view multiple columns in the control I've created using Repeter.And can also select any item from repeter and that item will be displayed in TextBox.Right now text box is read only.
Now I want to implement following things :
1.Suppose I am typing "abc" in textbox then all items start with "abc" should be displayed in Repeter.This should be done with AJAX.
2.And when I remove "abc" then all item should be display.
How can I achieve this ?
I am attaching my control.
If any one knows how to implement this then please modify solution and send me back.
-Thanks
Suthish NairPosted Jan 28, 2011, 11:36 AM
Link2
Link3
Link4