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
100
Binding to an LLBLGen EntityCollection
posted

I have had problems in the past using the UltraWebGrid with LLBLGen EntityCollections.  LLBLGen support is great and I've contacted them for help on this too. So hopefully someone will have an answer.

I am really looking for just a simple example to bind an LLBLGen Entity collection to a WebHierarchicalDataGrid.

Something like customers - orders - orderDetails.

If someone has done this and can provide me with an example, I would appreciate it.

Chad

Parents
  • 33839
    posted

    Hi Chad,

    Is the LLBLGen EntityCollections free?  I'm not really familiar with this source.  Is it a flat source or is it hierarchical.  So long as it implements IEnumerable, the WHDG could bind to it with no problem.  You'd just have to have the Bands set up with the correct data members and such.  You could also try to set this up through a WHDS.  If you're just having trouble with the setup, this should hopefully help you out.  If you're actually getting an exception or something, please let us know so we can identify and fix it.

    regards,

    David Young 

Reply Children