Hi !
I use many ultrawebgrids in my projects and I'm in front of a problem. When I modify the cells' styles in my cs code, my grids lose their styles after a postback.
For example :
dgv.Rows[i].Cells[2].Style.BackColor = _Couleur;
This making the grids losing their styles : size and colors change.
Please, help me I tried many things but no success !
Guillaume
Hi!
I have the same problem, do you find any solution??
I have two grids, when set the row style in the first grid, the second losses style, color and pager, after postback.
I'm using version 7.1 and try set the cssclass in InitializeLayout but nothing changed.
Thanks!!