Hi,
Using v7.3 and got s problem whereby no matter what we do the grid displays the columns as they werewhen the datasource (hierarchical binding list) was first bound on one ofthe bands. It looks ok in design view but as soone as we run it we get ALL columns getting shown again. WE had this problem initially under v7.1 where it was much worse but v7.3 seemed to have fixed it, however it started again on one of the grids after we changed soem of the properties on it (none of which should have made a difference). Is this a known problem? Also, where is the default layout for the grid held how is it possible for it to go back to a previous view even after changing it in design mode.
Regards
Jim
Anyone from Infragistics got any ideas on this as it is causing us big problems?
The UltraWinGrid will lose it's layout if the DataSource sends a Reset notification indicating that bound controls need to reset.
Personally, I prefer to use the InitializeLayout event of my grid to do any formatting. That way, I don't have to worry about it.