Highlight searched words in radzen blazor grid

Is there any way where searched keywords are highlighted in searched words in radzen blazer grid

No, this isn't supported.

is there any workaround or jquery that can be used, datatables.net and some others have this and in our project although we are using radzen grid blazer we need this feature.

No, there isn't any workaround.

can this be used?

@if (data.Quantity contains searchtext)
{
@data.Quantity
}

1 Like

I was able to use this!!