Skip to content

Commit 2a10a94

Browse files
author
Raj Kumar Sri Ramulu
committed
Updated example to show the box is configurable
1 parent 5770153 commit 2a10a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BlazorBootstrap.Demo.RCL/Components/Pages/Grid/01-Overview/Grid_Demo_01_Client_Side_Filtering_Paging_And_Sorting.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<GridColumn TItem="Employee1" HeaderText="Id" PropertyName="Id" SortKeySelector="item => item.Id">
1515
@context.Id
1616
</GridColumn>
17-
<GridColumn TItem="Employee1" HeaderText="Employee Name" PropertyName="Name" SortKeySelector="item => item.Name">
17+
<GridColumn TItem="Employee1" HeaderText="Employee Name" PropertyName="Name" FilterTextboxWidth="50" FilterTextboxWidthUnit="Unit.Percentage" SortKeySelector="item => item.Name">
1818
@context.Name
1919
</GridColumn>
2020
<GridColumn TItem="Employee1" HeaderText="Designation" PropertyName="Designation" SortKeySelector="item => item.Designation">

0 commit comments

Comments
 (0)