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
250
Grid Datasource keeps Crashing Visual studio 2008
posted

Hi. I am evaluating your product. Everytime I try to add a datasoucre to your grid (using the property windows of VS and selecting a class in another project) visual studio stops responding. Is this a known issue ?

Is there a fix for this ?

 

Thanks

Parents
  • 469350
    Offline posted

    This does not appear to be recursive, unless maybe PartyType is an object list that references a list of more PartyTypes. 

    How exactly are setting the grid's DataSource? I'm not sure what you mean by 

    mthgrondin said:
    selecting a class in another project
    .

    You may need to create a BindingSource to wrap your object for binding. 

    Did you try setting MaxBandDepth?

Reply Children