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://ko.infragistics.com/community/forums/f/retired-products-and-controls/10742/how-to-position-the-row-edit-template
https://ko.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://ko.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?
Thanks a lot mateia that is now, I thought I had tried that but I think I set it to true by mistake.
It's now working so on with the next issue...
Have you tried this one ?
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=10101
protected void UltraWebGrid1_InitializeLayout(object sender, Infragistics.WebUI.UltraWebGrid.LayoutEventArgs e){e.Layout.OptimizeCSSClassNamesOutput = Infragistics.WebUI.Shared.DefaultableBoolean.False;}