New Posts New Posts RSS Feed: DevExpress Grid - databinding to advanced banded grid view
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

DevExpress Grid - databinding to advanced banded grid view

 Post Reply Post Reply
Author
rockonin View Drop Down
Newbie
Newbie


Joined: 01-Dec-2008
Location: Brisbane
Posts: 2
Post Options Post Options   Quote rockonin Quote  Post ReplyReply Direct Link To This Post Topic: DevExpress Grid - databinding to advanced banded grid view
    Posted: 05-Jan-2009 at 10:27pm

I can't get the XtraGridBindingManager to configure a grid using an advBandedGridView, although it works if a normal gridview is used.  Is this a limitation of the grid binding manager?

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: 06-Jan-2009 at 4:30pm

I built a couple of code samples for a DevEx banded grid about a year ago, one sample for DevEx 6.3, one for DevEx 7.1,  I also wrote a Recipe for building a banded grid.  The code samples take a standard grid and usesthe Designer to convert it to a banded grid.

uploads/23/DevExBandedGrid.zip

uploads/23/6.3_DevEx_Banded_Grid.zip

uploads/23/7.1_DevEx_Banded_Grid.zip

Back to Top
rockonin View Drop Down
Newbie
Newbie


Joined: 01-Dec-2008
Location: Brisbane
Posts: 2
Post Options Post Options   Quote rockonin Quote  Post ReplyReply Direct Link To This Post Posted: 06-Jan-2009 at 5:49pm
Thanks David,
 
I have grids working using a similar approach - as long as noone uses the grid binding manager in the designer to reconfigure databindings.
 
So the workaround for the problem  to enable the grid binding manager to be used to reconfigure the grid seems to be: first change the grid view back to standard, reconfigure using the grid binding manager, change back to an advanced banded grid view, then use the grid control designer to put the columns back into bands.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down