Hello
how do i populate the list into the RadCombox inside the RadGrid with only the records matches the text that user key in in the RadComboBox.
The Reason why is the list that i wish to populate is a large amount of list and it will keep growing very fast.
i wanted to populate with similar like http://demos.telerik.com/aspnet-ajax/combobox/examples/populatingwithdata/autocompletesql/defaultcs.aspx
in short how i apply "Select [Field], [FieldID] From MyTable where [Field] like '%' + RadComboxBox + '%'"
into GridDropDownColumn's Datasource
how do i populate the list into the RadCombox inside the RadGrid with only the records matches the text that user key in in the RadComboBox.
The Reason why is the list that i wish to populate is a large amount of list and it will keep growing very fast.
i wanted to populate with similar like http://demos.telerik.com/aspnet-ajax/combobox/examples/populatingwithdata/autocompletesql/defaultcs.aspx
in short how i apply "Select [Field], [FieldID] From MyTable where [Field] like '%' + RadComboxBox + '%'"
into GridDropDownColumn's Datasource