In the meantime you release the Drag and Drop support, is there a way I can implement it on my own, using your ListView control? I can't use the GridView, because I need each cell to be customized like a Card (I don't know if DataGrid supports that?).
I need to deliver a product, and if I can't add Drag and Drop to this, I will need to use regular ListView for Xamarin Forms :-(
In the meantime you release the Drag and Drop support, is there a way I can implement it on my own, using your ListView control? I can't use the GridView, because I need each cell to be customized like a Card (I don't know if DataGrid supports that?).
I need to deliver a product, and if I can't add Drag and Drop to this, I will need to use regular ListView for Xamarin Forms :-(
Hi Joel,
you can customize sfdatagrid as you want like listview. see the examples provided by syncfusion. usually you need to use single column definition with whatever datatemplate you need. Only problem I found out that if your datatemplate is too complex, drag and drop isnt very useful, user will have hard time to drag and drop it.
Cheers,
Emil
Hi, I just saw you released volume 3. Has Drag and Drop support been added for ListView?
Is SFDataGrid capable of handling all features of list view? Primarily looking for CacheMode - Recycle and Retain. I understand DataGrid doesnt allow Recycle? Is that correct?
Features |
SfDataGrid |
SfListView |
Data Virtualization |
Yes |
Yes |
Item Template |
Yes |
Yes |
Template Selector |
Yes |
Yes |
Orientation support |
Yes |
Yes |
Grid and Linear layout |
No |
Yes |
Grouping |
Yes |
Yes |
Sorting |
Yes |
Yes |
Custom Sorting |
Yes |
Yes |
Custom grouping |
Yes |
Yes |
Column Re-ordering |
Yes |
No |
Row Re-ordering |
Yes |
No |
Selection |
Yes |
Yes |
Swiping |
Yes |
Yes |
Sticky headers |
No |
Yes |
Sticky footers |
No |
Yes |
Sticky group headers |
No |
Yes |
Summaries |
Yes |
No |
Filtering |
Yes |
Yes |
Resizing columns |
Yes |
No |
Conditional Styling |
Yes |
No |
Horizontal and Vertical scrolling |
Yes |
Yes |
Diagonal scrolling |
Yes |
No |
Load More |
Yes |
No |
PullToRefresh |
Yes |
Yes |
Unbound column |
Yes |
No |
Paging |
Yes |
No |
Freeze panes (FrozenColumns and Rows) |
Yes |
No |
QueryRowHeight |
Yes |
Yes |
Exporting |
Yes |
No |