Print Page | Close Window

DevExpress Grid - databinding to advanced banded grid view

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=1043
Printed Date: 10-Jun-2026 at 5:30pm


Topic: DevExpress Grid - databinding to advanced banded grid view
Posted By: rockonin
Subject: DevExpress Grid - databinding to advanced banded grid view
Date 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?




Replies:
Posted By: davidklitzke
Date 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.

http://www.ideablade.com/forum/uploads/23/DevExBandedGrid.zip - uploads/23/DevExBandedGrid.zip

http://www.ideablade.com/forum/uploads/23/6.3_DevEx_Banded_Grid.zip - uploads/23/6.3_DevEx_Banded_Grid.zip

http://www.ideablade.com/forum/uploads/23/7.1_DevEx_Banded_Grid.zip - uploads/23/7.1_DevEx_Banded_Grid.zip



Posted By: rockonin
Date 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.



Print Page | Close Window