We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

URGENT - URGENT - URGENT

Hi,

I require splitter functionality for the GridGroupingControl. It is mandatory to provide this feature in our application because the grid will contain approx. 350 columns and 30,000 rows.
Splitter functionality is a must here.

Lack of this splitter feature in this grid is a very big disadvantage and it is really influencing the decision making.

can anyone guide me how to do it?

Can anyone extend this GGC and provide this feature?

Can I have 2 GGC controls in my form and make them synchronized to each other?

Please provide me the details asap.


1 Reply

AD Administrator Syncfusion Team January 24, 2007 04:54 PM UTC

Hi Chakravarthi,

Issue 1: splitter support for GridGroupingGrid.

Adding splitter support for GridGroupingGrid is in our feature list .

With the current version you can acheive this by enabling the RecordNavigationBar. Please set the following properties:

this.groupingGrid1.ShowNavigationBar = true;
this.groupingGrid1.RecordNavigationControl.SplitBars = Syncfusion.Windows.Forms.DynamicSplitBars.Both;
this.groupingGrid1.RecordNavigationControl.NavigationBarWidth = -10;

Here is a small sample:
GGC_Splitter.zip

Let us know if you run into issues.

Best Regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon