Review Pending changes on grid takes forever to load.

1 reply. Last post: October 5, 2010 2:31 PM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
T LusbyMember

We have the Review Pending changes turned on and when you click the button, it takes 15 seconds for it to come up.  I notice in your examples, it's 6 seconds for it to come up.  Here are our layout, batchupdate, and clientevents settings.  Is there something that's causing the delay?

 

<LayoutSettings AllowColumnSizing="Yes" AllowColumnMove="Yes" AllowEdit="Yes" AllowExport="Yes" AllowFilter="Yes" AllowGrouping="Yes" AllowSelectColumns="Yes" AllowSorting="Yes" GridLineColor="#CCCCCC" GridLines="Both" GridLineStyle="Solid" PagingMode="ClassicPaging" PagingSize="500" AllowBatchUpdate="true" PagingStyleUI="Slider" AllowMultipleSelection="Yes" GroupByBoxVisible="false" HeaderClickAction="SortMulti" VerboseEditingInformation="true" NewRowLostFocusAction="AlwaysUpdate" FocusNewRowOnLastCell="true" AllowColumnFreezing="Yes" ApplyFiltersKey="Enter" EditOnClick="True" AutoFilterSuggestion="true" PagingExportMode="ExportAllData" InProgressUIBehavior="ChangeCursorToHourGlass" HeaderWrapDefault="true" PagingDetectPartialGroupRows="True" Hierarchical="true" CellClickAction="RowSelect" ColumnFooters="Yes" ShowFilterStatus="True" ShowColumnAction="true" RowHeightDefault="-1px" ColumnFooterAggregateMode="CalculateAllData" AutoHeight="true"HelpURL="tools.aspx"> <FreezePaneSettings ShowInContextMenu="true" MaxFrozenColumns="6" /> <BatchUpdateSettings AllowReviewChanges="True" HighlightChanges="true" PromptUnsavedChanges="False" AutomaticObjectUpdate="false" /> <ClientSideEvents OnAfterExitEditMode="OnCellValidate" OnEditKeyDown="OnEditKeyDown" OnUndoChanges="OnUndoChanges" OnEnterEditMode="DoEnterEditMode" OnButtonClick="DeleteRow" OnCellClick="OnCellClick" OnAddPendingChanges="OnAddPendingChanges" OnColumnMove="onColumnMove" OnColumnResize="onColumnResize" OnAfterResponseProcess="AfterResponseProcess" />

 

All times are GMT -5. The time now is 11:37 PM.
Previous Next