Namespace Syncfusion.SfDataGrid.Renderers
Classes
GridCellNumericRenderer
GridCellNumericRenderer is a class for cell renderer that displays Android.Widget.TextView 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. |