Hi Olaf,
Greetings from Syncfusion.
Query: How to set up a custom edit dialog component for a particular cell/column? (editType='MyComponent')
Based on your information, you want to open a custom dialog component when clicking(or double clicking) particular cell. In the opened dialog, you want to perform search operation. Then you want to close the dialog and store the particular cell value after clicking the search list item.
Before proceeding this requirement, could you please ensure whether the below way to achieve your requirement is convenient for you or not.
- Initially we have grid with batch editing.
- While double clicking particular cell, we have open a dialog which contains an autocomplete control.
- Perform search operation in the autocomplete control. It will show the search results.
- While clicking the required search list item, the selected item will store in the particular cell and the dialog will close.
Regards,
Thavasianand S.