Is anyone else having problems with grids in V8.1? I have a windows form with tabs each tab (2 of them) has a grid. This worked great in version 7.3 and before but with V8.1 I'm having major problems. For some reason, the designer for the grid looks right but at run time the layout is totally messed up. Columns that were hidden are now visible, a band that was in card view is not. I have a grid that is similar on another form so I copied that grid, replaced the problem one and it will work the first time I run it but if I make any changes to the layout it goes back to totally messed up.
Has something major changed here that I missed? Some "please work as before" property or something.
I'm about to drop back to 7.3 so I can make progress (although I can't uninstall 8.1 as it generats some fatal error ... but that is another item for support).
If this was broken, then you should probably Submit an incident to Infragistics Developer Support so they can get it corrected.
Mike,
Thanks for the reply but this is not my problem (unless it does not work anymore of course). I am using SetDataBinding against my schema.
I never did find a solution so I've gone back to 7.3 and things are working properly again for me.
This might help:
HOWTO:How can I define columns in the grid at Design-time and bind them at run-time so that some fields of the data are excluded from the grid?