Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
AI Productivity Tools
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hello
Is there option to control the search of the combo box in the combo box column?
This is not property that the column provides.
Best regards
Ehud
You need to set the IsComboBoxEditable property of the GridViewComboBoxColumn:
<
telerik:GridViewComboBoxColumn
DataMemberBinding
=
"{Binding CountryID}"
SelectedValueMemberPath
"ID"
IsComboBoxEditable
"True"
DisplayMemberPath
"Name"
/>
Thanks Maya