Print Page | Close Window

Infragistics UltraGrid and IdeaBlade

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=1067
Printed Date: 28-Apr-2025 at 8:51pm


Topic: Infragistics UltraGrid and IdeaBlade
Posted By: BillG
Subject: Infragistics UltraGrid and IdeaBlade
Date Posted: 24-Jan-2009 at 11:22am
Does anyone have a sample that they would be willing to share showing how to work with IdeaBlade and Ultragrid
 
I know how to bind the grid to an object.  I have bound an object to the grid using the grid binding manager, but when I click on the add button at the bottom of the grid, it tells me that it can't access the constructor of the object.
 
Also do I save the entityList that is bound to the grid row by row or do I wait until the user closes the form and save the entire entityList that makes up the objects in the grid?
 
Bill
 



Replies:
Posted By: warez_willy
Date Posted: 26-Jan-2009 at 3:57pm
I would also like to see a working example of ideablade EF and Exceed Datagrid in a WPF solution.

Surely there is a lot of people using a combination of 3rd party products (dotnetbar, infragistics, ultragrid, ideablade) where do we go to get help on seeing working examples of a combination of these things.


-------------
learn. Give. Connect.


Posted By: davidklitzke
Date Posted: 28-Jan-2009 at 9:28am
Bill,
 
Here is an example using DevForce Classic and the UltraGrid from Infragistics 8.2:
http://www.ideablade.com/forum/uploads/23/Infragistics_8.2_Adding_and_Deleting_Business_Objects.zip - uploads/23/Infragistics_8.2_Adding_and_Deleting_Business_Objects.zip


Posted By: davidklitzke
Date Posted: 28-Jan-2009 at 9:39am
Bill,
 
You should not try to bind to a single object.  You should bind instead to an EntityList that contains a single object.
 
You don't have to save row by row.


Posted By: davidklitzke
Date Posted: 28-Jan-2009 at 9:47am
DevForce does not currently support UI controls from Exceed.  To support the Exceed Grid would require someone to write a custom DataBinder.



Print Page | Close Window