The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
JCJoseph Christ Nithin Issack Syncfusion Team December 12, 2022 08:34 PM UTC
Hi Mahesh,
Greetings from Syncfusion
support.
Query : Disable persisted state for grid's filtering and
paging functionality
From your query, we understand
that you want to prevent persisted state for column filtering and sorting. We
prepared a sample to remove the filterSettings and pagesettings from the
persistence in the addOnPersist method
using dataBound event. Please
refer the below code, documentation and sample for more information
is it possible to persist row position also? we have
allowRowDragAndDrop="true"
JCJoseph Christ Nithin Issack Syncfusion Team December 19, 2022 02:52 AM UTC
Mahesh,
By default row drag and drop is performed in
the UI side only, this does not affect the position of the record in the
dataSource. Hence it is not feasible to persist the position of the records that
are changed using row drag and drop feature.