I design a function form as record finder in my Application. I want to use it instead of dropdownlist in a MultiColumnComboBox Column in a radgridview. Is it possible to do that?
Thanks
1 Answer, 1 is accepted
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 13 Oct 2020, 10:35 AM
Hello, Cesar,
RadMultiColumnComboBoxElement, which is used as an editor in RadGridView's GridViewMultiComboBoxColumn, offers the CreatePopupForm method which can be overridden in a derivative. Thus, you can create a custom RadMultiColumnComboBoxElement and override its CreatePopupForm method where you can construct your own MultiColumnComboPopupForm. The custom editor can be applied in the EditorRequired event that RadGridView offers: https://docs.telerik.com/devtools/winforms/controls/gridview/editors/using-custom-editors
Feel free to use this approach which suits your requirements best.
I hope this information helps. If you need any further assistance please don't hesitate to contact me.
Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.