Hello Syncfusion Team,
I am developing a Syncfusion Grid which should contain a dropdown edit column and based on the chosen value in this column another column should adapt its edit template.
So, basically I am trying to get a dynamically changable edit template column based on a dropdown value.
I tried to work with IEditCell and adapt some parameters, but that seems like a dead end (and I only want to adapt the template to the one cell that should be edited - not the whole column.
Is there a way to add such a feature?
I prepared a basic stackblitz with a two column grid. Column A is a dropdown column and here you can choose between "TextBox", "NumericTextBox", "DatePicker" "ColorPicker", ... Column B should adapt its template based on the dropdown value - so if ColorPicker is chosen, there should be a ColorPicker edit in Column B. So, optimally it should react to the change event of the dropdown edit. But I cannot seem to figure out a good solution here.
https://stackblitz.com/edit/syncfusion-angular-editable-grid-uh2eir?file=app.component.ts
Thanks in regard,
Jonas!