New Posts New Posts RSS Feed: Infragistics UltraGrid and IdeaBlade
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Infragistics UltraGrid and IdeaBlade

 Post Reply Post Reply
Author
BillG View Drop Down
DevForce MVP
DevForce MVP
Avatar

Joined: 05-Dec-2007
Location: Monroe, MI
Posts: 233
Post Options Post Options   Quote BillG Quote  Post ReplyReply Direct Link To This Post Topic: Infragistics UltraGrid and IdeaBlade
    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
 
Back to Top
warez_willy View Drop Down
Newbie
Newbie
Avatar

Joined: 23-Dec-2008
Location: Australia
Posts: 10
Post Options Post Options   Quote warez_willy Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
davidklitzke View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 14-Jun-2007
Posts: 715
Post Options Post Options   Quote davidklitzke Quote  Post ReplyReply Direct Link To This Post Posted: 28-Jan-2009 at 9:28am
Bill,
 
Here is an example using DevForce Classic and the UltraGrid from Infragistics 8.2:
Back to Top
davidklitzke View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 14-Jun-2007
Posts: 715
Post Options Post Options   Quote davidklitzke Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
davidklitzke View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 14-Jun-2007
Posts: 715
Post Options Post Options   Quote davidklitzke Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down