Hi,
I set my monitor to 250 DPI and generate grid but text in grid do not displayed correctly.
I used ResizeToFit for RowHeights and ColWidths to adjust columns and width, height adjusted correctly but not text.
Please give me an advice.

Syncfusion::Windows::Forms::Grid::Grouping::GridGroupingControl^ ggcSizeInfo;
this->ggcSizeInfo->VersionInfo = L"6.303.0.6";
this->ggcSizeInfo->TableModel->RowHeights->ResizeToFit(Syncfusion::Windows::Forms::Grid::GridRangeInfo::Table(), Syncfusion::Windows::Forms::Grid::GridResizeToFitOptions::NoShrinkSize);
this->ggcSizeInfo->TableModel->ColWidths->ResizeToFit(Syncfusion::Windows::Forms::Grid::GridRangeInfo::Table(), Syncfusion::Windows::Forms::Grid::GridResizeToFitOptions::NoShrinkSize);