Hi..
How can I make my ultragrid rows alternate in color...????
any simple example or idea to do this......
hi i have solution of your problem please visit my below code i m sure it will be helpful to you
http://ahmadkhalid44.blogspot.com/2013/05/work-on-ultra-grid.html
Here is a sample, i had used in my application,
ultragrid.DisplayLayout.Override.RowAlternateAppearance.BackColor = SystemColors.GradientActiveCaption;
Hi,
I am using template column in webgrid, code below:
The problem is, the RowAlternateStyleDefault-BackColor="#f0f5fb" stops working. Please any help?
Regards,
Apin
This is the forum from WebGrid, if you want to ask question for WinGrid, this is the correct forum
http://forums.infragistics.com/forums/65.aspx
Still, if you are new to the product and how it works, I would suggest going through the help first
http://help.infragistics.com/NetAdvantage/NET/2008.2/CLR2.0/
and then through the samples - it will be much easier and faster.
are codes the same with windows app....??? coz,I think ultrawebgrid is for web app....
How can I apply those codes for my ultragrid windows app....???
thanks....