You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, the DataGrid does not support customizing the appearance of the filter popup menu, the advanced filter popup menu, or loading a custom filter popup. However, we have already considered your request as a feature for future implementation. We plan to include it in one of our upcoming releases. During the planning stage of each release cycle, we review all open feature requests and prioritize them based on factors such as product vision, technological feasibility, and customer interest. We appreciate your patience and understanding in the meantime. You can follow up with the below feedback for further details,
Additionally, In SfDataGrid, the headers are created at the sample level by loading the respective widgets. You can load the appropriate widget into the header to meet your requirements. Please refer to the following Knowledge Base link for a deeper understanding.
Use case
Is there a way to add custom pop up for the filter in datagrid ?
Proposal
similar to
onFilterTap : (columnName){
//custom pop up function
showDialog(
....
)
}
The text was updated successfully, but these errors were encountered: