Hello,
I was wondering if it was possible to disable the theming for a control specifically (for instance, an ig.Combo), without having to override the CSS?
I'm just trying to inject a select element and keep the styling I have on the grids away from it.
Thanks,
Alex
Hi, Alex.
If you disable the CSS classes for a control, this will break the control. You can only override the CSS rules that you want and Konstantin pointed you to the place where you can see the list of the CSS classes. If you inject an element in the igGird and the grid put some styling you should override it. Do you need additional help on this?
Best regards, Nikolay Alipiev
Hi Alex,
I am just checking have you been able to resolve your issue?