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

Grid Column Header Splitting Issue

Hi ,
There is a problem when I open any grid which has a custom engine implemented and then open another grid which does not implement the custom engine.
The problem is displayed clearly in the attaachment.
Pls help as soon as possible.
I am using syncfusion grouping grid with an additional custom engine for implementing the extarsection.
Thanks and Regards,
Aditi

GroupColumnHeader.zip

1 Reply

HA haneefm Syncfusion Team July 12, 2007 05:42 PM UTC

Hi Aditi,

By default, The grid has only two ways to attach a custom grouping engine to the grid. The first technique is GridEngineFactory.Factory property that holds the custom grouping engine for all grid in an application. The second technique is GridGroupingControl constructor that holds the custom grouping engine for a grid.If you want to localize GridEngineFactory , you can pass the GridEngine object to the GroupingControl constructor in Form''s IntializeComponet method . Here is a code snippet.

this.Grid = new Syncfusion.Windows.Forms.Grid.Grouping.GridGroupingControl( new CustomGroupingEngineFactory().CreateEngine() );

Below is a forum thread that discuss with similar issue.
http://www.syncfusion.com/support/Forums/message.aspx?&MessageID=46314

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon