Click or drag to resize
GridResetPageIndexAction Enumeration
Discribe how KaxGrid whould respond if the CurrentPageIndex is invalid when data-binding. See CurrentResetPageIndexAction

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum GridResetPageIndexAction
Members
  Member nameValueDescription
SetPageIndexToFirst0 CurrentPageIndex would be set to 0
SetPageIndexToLast1 CurrentPageIndex would be set to current page count - 1
ReportError2 KaxGrid would repord an InvalidOperationException.
See Also