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,
I am just checking have you been able to resolve your issue?
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 there,
You can override the css property for specific controls and remove the theme classes from there. Take a look at the theming docs: http://help.infragistics.com/jQuery/2012.2/ui.igcombo
Thank you for using the Infragistics forums.