Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
Issues with WinGrid after v9.1 upgrade
posted

I just recently upgraded my projects from ver 8.3 to ver9.1 and have applied all the current releases. I am now experiencing the following two issues i am not able to resolve.

1.) I am currently setting my grid datasource at runtime to generic IList(of T). This was working without issue in the previous version but now is taking and exceptionally long time to load. I read Mike's Perfomance guide document where it indicates that a binding source is now recommended.  Can you give me some guidance as to how to set a Bindingsource to a generic IList(of T) or a List(of T)?

2.) All my grids are now displaying a Row Expansion where in the previous version by rows were flush to the left. My grids are single Band grids for the most part without children. I did find the override property of ExpansionIndicator and set this to Never but that just removes the + sign it does not repostion the rows to flush to the left.  Is there another property with the new version that needs to be set to remove the row expansion?

My thanks in advance for your help.