cell content not properly displayed while editing cell

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

1 Reply

SV Suja Venkatesan Syncfusion Team August 18, 2022 07:01 PM UTC

Hi Amish,


We would like to let you know that we are unable to replicate the reported scenario on our end. We have checked the reported scenario in simple SfDataGrid sample , The sample we have used to check the reported issue available in the attachment. Please have a look at this sample and let us know if missed any customization you have done in your application or revert us with details about the reported scenario. Also, please confirm on which platform you are facing the reported scenario.


Regards,

Suja


Attachment: GettingStarted_8b7dfb03.zip

Loader.
Up arrow icon