Namespace Syncfusion.SfDataGrid.XForms.Renderers
Classes
GridCellDateTimeRenderer
GridCellDateTimeRenderer is a class for cell renderer that displays SfLabel in a GridCell. The class provides strong typed override methods for initializing Content of the cell and arranging the cell visuals. Upon editing it displays Syncfusion.SfDataGrid.XForms.Renderers.SfDatePicker for editing values. Updates to appearance and Content of child elements, creation and unloading of views will not trigger layout or render calls in parent canvas. |
GridCellNumericRenderer
GridCellNumericRenderer is a class for cell renderer that displays SfLabel in a GridCell. The class provides strong typed override methods for initializing Content of the cell and arranging the cell visuals. Upon editing it displays SfNumericTextBoxExt for editing values. Updates to appearance and Content of child elements, creation and unloading of views will not trigger layout or render calls in parent canvas. |
GridCellPickerRenderer
GridCellPickerRenderer is a class for cell renderer that displays SfLabel in a GridCell. The class provides strong typed override methods for initializing Content of the cell and arranging the cell visuals. Upon editing it displays Syncfusion.SfDataGrid.XForms.Renderers.GridPicker for editing values. Updates to appearance and Content of child elements, creation and unloading of views will not trigger layout or render calls in parent canvas. |
GridComboBox
A customized Xamarin.Forms.View that can load comboBox value. |
SfEntry
A customized Xamarin.Forms.View that can edit a single line of text. |
SfNumericTextBoxExt
A customized Xamarin.Forms.View that can load numeric value. |