Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

Telerik Blazor grid trim filter

$
0
0

do you guys know how to add a .trim() to any value entered in a telerik grid filter field. I dont want any white space in the field

<TelerikGrid Data="@GridData"         Pageable="true"         Sortable="true"         FilterMode="@GridFilterMode.FilterRow"><GridColumns><GridColumn Field="Name" Title="Product Name" /><GridColumn Field="Price" DisplayFormat="{0:C2}" /><GridColumn Field="@nameof(Product.Released)" DisplayFormat="{0:D}" /><GridColumn Field="@nameof(Product.Discontinued)" /></GridColumns>

Viewing all articles
Browse latest Browse all 4839

Trending Articles