Flutter Syncfusion DataGridview how to Find Colum Name of Sorted Index. #2157
Labels
data grid
Data grid component
waiting for customer response
Cannot make further progress until the customer responds.
Use case
Retrieve Sorted Column Name
I would like to request a feature that provides the ability to easily retrieve the name of the column selected for sorting in the Syncfusion DataGrid. This would allow developers to dynamically identify which column is being sorted and perform relevant actions based on the sorted column.
Auto-Adjust Column Width on Double-Click
A feature to automatically adjust the width of a column when its resize handle is double-clicked would greatly enhance user experience. This behaviour should dynamically fit the column's width to its content, similar to how spreadsheet applications handle column resizing.
Conditional Column Width Mode Based on Cell Values
It would be beneficial to have an option where ColumnWidthMode.fitByCellValue applies only when cell values are not empty. For columns with blank values, the width should default to ColumnWidthMode.fitByColumnName. This ensures optimal use of space and improves readability by avoiding overly wide columns due to a few non-empty cells while maintaining consistent width for columns with primarily empty values.
Need to Find the Filtered Rows Count
i need to get the count of Filtered Rows. if i get DataGrid Rows Count it still showing me total rows. not length of filtered.
Proposal
The text was updated successfully, but these errors were encountered: