Is there a way or any suggestion as to how to exclude a row from filtering or ordering. The expectation I have is to have an specific row always as row 1
Hi @ylr-research,
RadzenDataGrid doesn't have any built-in capability that would allow this. Filtering and sorting is usually done by the underlying data provider - Entity Framework, Linq to objects etc.
it makes sense. Thanks