Skip to content

Commit 0e398c4

Browse files
committed
Update grid docs, metadata, and add new screenshots
Standardize XML docs for Blazor grid parameters, add API metadata attributes, and improve type safety by making parameters nullable where appropriate. Remove obsolete PaginationAlignment parameter. Update demo screenshot references and add new image files for grid features, nested grids, and translations. No functional changes; all updates are documentation, API surface, or demo assets.
1 parent 3e9d9d7 commit 0e398c4

13 files changed

Lines changed: 234 additions & 145 deletions

BlazorBootstrap.Demo.RCL/Constants/DemoScreenshotSrcConstants.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ public class DemoScreenshotSrcConstants
5050

5151
#region Grid
5252
public const string Demos_URL_Grid_Prefix = DemoScreenshotSrcPrefix + "grid.png";
53-
public const string Demos_URL_Grid_Overview = DemoScreenshotSrcPrefix + "home.png";
53+
public const string Demos_URL_Grid_Overview = DemoScreenshotSrcPrefix + "grid_fixed_header_freeze_columns.png";
5454
public const string Demos_URL_Grid_Alignment = DemoScreenshotSrcPrefix + "home.png";
5555
public const string Demos_URL_Grid_CustomCSSClass = DemoScreenshotSrcPrefix + "home.png";
5656
public const string Demos_URL_Grid_DataBinding = DemoScreenshotSrcPrefix + "home.png";
5757
public const string Demos_URL_Grid_DetailView = DemoScreenshotSrcPrefix + "home.png";
5858
public const string Demos_URL_Grid_Events = DemoScreenshotSrcPrefix + "home.png";
5959
public const string Demos_URL_Grid_Filters = DemoScreenshotSrcPrefix + "home.png";
60-
public const string Demos_URL_Grid_FixedHeader = DemoScreenshotSrcPrefix + "home.png";
61-
public const string Demos_URL_Grid_FreezeColumns = DemoScreenshotSrcPrefix + "home.png";
60+
public const string Demos_URL_Grid_FixedHeader = DemoScreenshotSrcPrefix + "grid_fixed_header_freeze_columns.png";
61+
public const string Demos_URL_Grid_FreezeColumns = DemoScreenshotSrcPrefix + "grid_fixed_header_freeze_columns.png";
6262
public const string Demos_URL_Grid_Settings = DemoScreenshotSrcPrefix + "home.png";
6363
public const string Demos_URL_Grid_NestedGrid = DemoScreenshotSrcPrefix + "home.png";
6464
public const string Demos_URL_Grid_Paging = DemoScreenshotSrcPrefix + "home.png";
17.4 KB
Loading
82.3 KB
Loading
37.8 KB
Loading
31.1 KB
Loading

0 commit comments

Comments
 (0)