Dear,
Please find attached image for easy understanding.
Following is my datagrid xaml code.
<Syncfusion:SfDataGrid x:Name="dataGrid" ColumnSizer="Star" HeaderRowHeight="30" AllowEditing="True" AllowKeyboardNavigation="True" AllowSorting="false"
AllowDraggingColumn="True" IsEnabled="True" SelectionMode="Single" NavigationMode="Cell" EditTapAction="OnTap" EditorSelectionBehavior="SelectAll"
ImeOptions="Done" AllowResizingColumn="True" ScrollingMode="Line" VerticalScrollBarVisibility="True" RowHeight="40"
HorizontalScrollBarVisibility="True" ValueChanged="DataGrid_ValueChanged">
</Syncfusion:SfDataGrid>
I have set RowHeight to 40 but when I edit cell, the content I am typing is not clearly displayed in cell.
Please provide me solution.
Thanking you.
Attachment:
cellspace_9d13a77c.zip