Dear Team, i have found a bug in the DataGrid control.
Taken directly from your "Syncfusion wpf-demos-master" project and tested with the version 20.1.0.59, the following is not working:
when i use the Selector column
#1) the filter image is not visible, as with the normal text columns
#2) i cannot sort ascending/descending the grid elements. A sorting happens indeed, but the grid elements stay as they are => nothing happens.
With kind regards
Fanourios Siskakis
Hi Fanourios Siskakis,
We regret to inform you that the reported scenario is not an issue. This is the expected behavior of GridCheckBoxSelectorColumn in SfDataGrid. Because GridCheckBoxSelectorColumn
is not bound with data object from the underlying data source, it can be added
like normal columns.
We have mentioned in our user documentation as a limitation of GridCheckBoxSelectorColumn
does not support data operations such as sorting, filtering, and grouping. For
more information related to GridCheckBoxSelectorColumn limitation, please refer to the below user guide documentation link,
UG Link: https://help.syncfusion.com/wpf/datagrid/column-types#limitations
Please let us know if you have any concerns in this.
Regards,
Vijayarasan S
And why then the functionality is there? Why the filter/sorting functionality is not just removed from that column?
And secondly, when this column type works as expected, at the moment it doesnt, what is the point of using the column, when it doesnt support almost anything?
In your demo project this column it is bound to a property. Of course this doesnt work, check this blog => https://www.syncfusion.com/forums/175799/gridcheckboxselectorcolumn-binding-doesnt-work
Hi Fanourios Siskakis,
We deeply regret for inconvenience caused,
Please find the response for the reported scenarios below,
|
Reported scenario |
Response |
|
|
|
|
|
|
|
|
|
Regards,
Dhanasekar M.