Hi,
I'm using css classes for ultrawebgrid control. I have 5 css classes for headerstyle, framestyle, alternaterowsstyle etc.
Is there any specific order to create css classes in the stylesheet file.
Some times I'm not getting the applied styles, if i change the order of the classes in the stylesheet.
Sometimes its working fine when AJAX is not applied, If apply AJAX then its not working with the same stylesheet class.
can any one help me in this ?
Thanks
Hello,
What Infragistics version are you using ?
If you're using a version >= 7.2, then search this forum from bottom to top. You'll find plenty of good advice.
https://es.infragistics.com/community/forums/f/retired-products-and-controls/10742/how-to-position-the-row-edit-template
https://es.infragistics.com/community/forums/f/test-automation-for-ibm-rft-windows-forms/33908/how-to-retreive-the-summary-value-from-the-nested-sub-grid
https://es.infragistics.com/community/forums/f/retired-products-and-controls/4628/problem-while-appling-defferent-css-class-for-header-oddrows-and-evenrows/23744#23744
I'm using 8.3 and despite searching I haven't found anything to help. I have 2 classes in a style sheet:
<igtbl:TemplatedColumn width="25px"><CellTemplate></CellTemplate></igtbl:TemplatedColumn>
So, regardless of all the other defaultthis=false, defaultthat=true and possible inheritance of styles etc etc why does adding this TemplatedColumn cause the styles to go wrong?