Hello all,
We are planning to use the Column Chooser component within the Syncfusion Grid, but we need to extend its functionality. Specifically, we want to add a dropdown for "View" selection at the top of the search box. This dropdown will allow users to select a view (e.g., V1), and based on the selected view, only the columns mapped to that view should be selectable in the Column Chooser.
To achieve this, I have explored an approach where I use the e-ccdlg
class to customize the Column Chooser and add the dropdown. However, I would like to confirm:
- Is this a recommended approach?
- Is there any possibility that the
e-ccdlg
class might be renamed or modified in future Syncfusion updates? If so, what would be the best way to ensure a stable customization?