Can I set a differente style (with AppStylist) for Ultragrid and Ultracombo?
In my app I have grids and dropdown inside grids (two styles: dropdown and dropdownlist). I wolud like that the colors (row and alternate rows) of the three types were different. Is possible?
Thanks
Hello,
Yes you could use AppStylist in order to style UltraGrid and UltraCombo on different way.
First approach to do this is to load two different style libraries, which will be applied on combo and on grid:
http://help.infragistics.com/doc/WinForms/2014.1/CLR4.0/?page=Styling_Guide_Loading_Multiple_Style_Libraries.html
and second approach is to use Stile set:
http://help.infragistics.com/doc/WinForms/2014.1/CLR4.0/?page=Styling_Guide_Styling_a_Specific_Component_Type.html
http://help.infragistics.com/doc/WinForms/2014.1/CLR4.0/?page=Styling_Guide_Loading_a_StyleLibrary.html
I’ve implemented simple sample based on the second approach, please see attached sample.
Please let me know if you have any further questions.