I'm using RadGrid with templated columns, some of the them contain fairly complicated user controls. Everything worked perfectly before we started to apply skins... (The actual layout gets set before view state state is created, so everything worked like a charm).
Skinned grid doesn't seem to be capable of managing its viewstate properly i.e: any postback on a form containing such a grid wipes its layout leaving me with just a nice gradient painting....
The skin (ICE) is set in design time and the grid displays it ok, unfortunately unitl first postback.
What's even worse is even after setting that skin to "" (which affects UI allright) the grid still acts weird, loosing it viewstate.
It's an urgent issue so any help is higky appreciated!
Thanks,
Dmitry
Skinned grid doesn't seem to be capable of managing its viewstate properly i.e: any postback on a form containing such a grid wipes its layout leaving me with just a nice gradient painting....
The skin (ICE) is set in design time and the grid displays it ok, unfortunately unitl first postback.
What's even worse is even after setting that skin to "" (which affects UI allright) the grid still acts weird, loosing it viewstate.
It's an urgent issue so any help is higky appreciated!
Thanks,
Dmitry