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

How to Optimize Grouping Grid Performance

Hi, I am using grouping grid in my application. When the size of data becomes huge, Grouping grid consumes large amount of resources. can you suggest some way to optimize the grouping grid performance . Sending you the files which populates the grouping grid & summary. Please suggest. Thanks, Sachin

Desktop.zip

5 Replies

AD Administrator Syncfusion Team January 24, 2006 07:20 PM UTC

Hi Sachim, use these settings: engine.AllowedOptimizations = EngineOptimizations.DisableCounters|EngineOptimizations.VirtualMode|EngineOptimizations.RecordsAsDisplayElements; engine.CounterLogic = EngineCounters.FilteredRecords; engine.TableOptions.VerticalPixelScroll = false; // also dependant on CounterLogic = EngineCounters.YAmount engine.TableOptions.ColumnsMaxLengthStrategy = GridColumnsMaxLengthStrategy.FirstNRecords; engine.TableOptions.ColumnsMaxLengthFirstNRecords = 100; that should help a bit. Stefan >Hi, > >I am using grouping grid in my application. When the size of data becomes huge, Grouping grid consumes large amount of resources. can you suggest some way to optimize the grouping grid performance . >Sending you the files which populates the grouping grid & summary. Please suggest. > >Thanks, >Sachin

Desktop.zip


AD Administrator Syncfusion Team January 24, 2006 08:06 PM UTC

Hi Stefan, I am using syncfusion 2.1.0.9 and I am not able to see the properties mentioned by you in the grouping grid engine. >Hi Sachim, > >use these settings: > > engine.AllowedOptimizations = EngineOptimizations.DisableCounters|EngineOptimizations.VirtualMode|EngineOptimizations.RecordsAsDisplayElements; > engine.CounterLogic = EngineCounters.FilteredRecords; > engine.TableOptions.VerticalPixelScroll = false; // also dependant on CounterLogic = EngineCounters.YAmount > engine.TableOptions.ColumnsMaxLengthStrategy = GridColumnsMaxLengthStrategy.FirstNRecords; > engine.TableOptions.ColumnsMaxLengthFirstNRecords = 100; > >that should help a bit. > >Stefan > >>Hi, >> >>I am using grouping grid in my application. When the size of data becomes huge, Grouping grid consumes large amount of resources. can you suggest some way to optimize the grouping grid performance . >>Sending you the files which populates the grouping grid & summary. Please suggest. >> >>Thanks, >>Sachin

Desktop.zip


ST stanleyj Syncfusion Team January 25, 2006 12:04 PM UTC

Hi Sachin, Can you try our latest release 4.1.0.50. Please refer to the following link for more information. http://www.syncfusion.com/Support/forums/message.aspx?MessageID=40022 Best regards, Stanley


HB Heath Brand January 31, 2006 06:53 PM UTC

Hi, Will enabling these performance settings change the way the GGC normally operates? I would like to enable these settings but I''m a little concerned that it may break something else. Heath >Hi Sachin, > >Can you try our latest release 4.1.0.50. Please refer to the following link for more information. > >http://www.syncfusion.com/Support/forums/message.aspx?MessageID=40022 > >Best regards, >Stanley


ST stanleyj Syncfusion Team February 1, 2006 12:14 PM UTC

Hi Heath, I am optimistic that there would be no problems using the advanced version. you can rely on our support. Best regards, Stanley

Loader.
Live Chat Icon For mobile
Up arrow icon