GridConrtol Virtual Mode and / or Virtual Cells
I do not understand if these mechanisms should be used together or only one?
I get the impression that if I want to use Virtual Cells, I should do all the support as an example for Virtual Cells is available at:
https://help.syncfusion.com/wpf/gridcontrol/grid-virtualization
However, for different types of cabinet, other mechanisms and all data styles and validations should be done in
class VirtualizedCellRenderer: GridVirtualizingCellRenderer
for example for e.Style.CellType = "DoubleEdit"; I should do my own TextBox support for the double type.
Should I do it this way?