Hi Brett,
Thanks for using Syncfusion products.
We analyzed your reported query. You can use
SfMultiColumnsDropDownControl and you can specify the API
AllowImmediatePopup as TRUE.
This API enables you to open the popup when you
start typing in that cell.
And also you can specify the columns for
dropdown by using the below code snippet and you need to disable
AutoGenerateColumns as FALSE
Here with
we have to define two columns for dropdown
list.
Code Snippet:
<syncfusion:SfMultiColumnDropDownControl.Columns>
<syncfusion:GridTextColumn MappingName="Title"
/>
<syncfusion:GridTextColumn MappingName="Cast"
/>
</syncfusion:SfMultiColumnDropDownControl.Columns>
|
Find the attached sample
Please let us know if this helps you.
Regards,
Jayapradha
Attachment:
CS_cba42069.zip