You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added a field to Grid data result to use the new page number when the skip value is greater than or equal to total available value
* Updated the Grid to apply the new page number if available
* Updated the example to validate the change
* #689, #443 - Demos updated
---------
Co-authored-by: Raj Kumar Sri Ramulu <[email protected]>
Co-authored-by: Vikram Reddy <[email protected]>
Copy file name to clipboardExpand all lines: BlazorBootstrap.Demo.RCL/Components/Pages/Grid/01-Overview/Grid_Demo_01_Client_Side_Filtering_Paging_And_Sorting.razor
Copy file name to clipboardExpand all lines: BlazorBootstrap.Demo.RCL/Components/Pages/Grid/04-paging/Grid_Paging_Documentation.razor
+8-4
Original file line number
Diff line number
Diff line change
@@ -15,21 +15,25 @@
15
15
<div>For paging, <code>AllowPaging</code> and <code>PageSize</code> parameters are required.</div>
16
16
<divclass="mb-2">Add <code>AllowPaging="true"</code> and <code>PageSize="20"</code> parameters to the Grid. <code>PageSize</code> parameter is optional.</div>
17
17
<CalloutColor="CalloutColor.Info">The default page size is 10.</Callout>
0 commit comments