The EntitySpaces Community

Share and learn about the EntitySpaces Architecture.
Welcome to The EntitySpaces Community Sign in | Join | Help
in
Home Forums Photos

Binding an Entity to a DevExpress Vertical Grid

Last post 09-19-2008, 2:34 PM by Mike.Griffin. 2 replies.
Sort Posts: Previous Next
  •  02-15-2008, 9:32 PM 8101

    Binding an Entity to a DevExpress Vertical Grid

    Is there a way to bind an Entity to a DevExpress Vertical Grid without usings a BindingSource?  I have no problem assigning a Collection to a grid, but it doesn't work with an Entity.
  •  09-19-2008, 1:36 PM 11465 in reply to 8101

    Re: Binding an Entity to a DevExpress Vertical Grid

    From the DevExpress documentation for the XtraVerticalGrid:

    The VerticalGridControl can work with any source which supports the IList, ITypedList or IBindingList interface plus all the inherited interfaces.

     

    If you want to bind to a specific object, use the DevExpress PropertyGridControl.


    ES 2008.1.1110.0
    VS 2008 Pro SP1 on Vista Ultimate x64
    SQL Server 2000
  •  09-19-2008, 2:34 PM 11468 in reply to 11465

    Re: Binding an Entity to a DevExpress Vertical Grid

    Thanks Granticus, and those are all collection based interfaces which makes sense ...

    EntitySpaces | Twitter | BLOG | Please honor our Software License
View as RSS news feed in XML