Skip to content

Commit

Permalink
Update package version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavnavar committed Apr 28, 2023
1 parent 9531ac0 commit ae0c76a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GridBlazor/GridBlazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<LangVersion>11.0</LangVersion>
<GenerateEmbeddedFilesManifest>True</GenerateEmbeddedFilesManifest>
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems>
<Version>4.0.0</Version>
<Version>4.0.1</Version>
<Title>GridBlazor</Title>
<Description>Grid components for Blazor</Description>
<Summary>Grid components for Blazor</Summary>
Expand Down
2 changes: 1 addition & 1 deletion GridCore/GridCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems>
<Product>GridCore</Product>
<PackageId>GridCore</PackageId>
<Version>6.0.0</Version>
<Version>6.0.1</Version>
<Title>GridCore</Title>
<Description>Grid core component</Description>
<Summary>Grid core component</Summary>
Expand Down
2 changes: 1 addition & 1 deletion GridMvc/GridMvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems>
<Product>GridMvc</Product>
<PackageId>GridMvcCore</PackageId>
<Version>6.0.0</Version>
<Version>6.0.1</Version>
<Title>GridMvc</Title>
<Description>ASP.NET MVC Grid component</Description>
<Summary>ASP.NET MVC Grid component</Summary>
Expand Down
1 change: 1 addition & 0 deletions docs/blazor_client/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ grid-search | word to be searched on all columns | grid-search=aro
grid-pagesize | integer to dynamically change the initial grid page size | grid-pagesize=20
grid-start-index | integer to define the first requested record when grid virtualization is enabled (from v 4.0.0 on) | grid-start-index=0
grid-virt-count | integer to define the number of records requested when grid virtualization is enabled (from v 4.0.0 on) | grid-virt-count=17
grid-no-totals | boolean to control if back-end calls must return data about grid totals when virtualization is used

The parameters **grid-page**, **grid-column**, **grid-dir**, **grid-search**, **grid-pagesize**, **grid-start-index** and **grid-virt-count** should appear once in a query string. Their use is straightforward.

Expand Down

0 comments on commit ae0c76a

Please sign in to comment.