2X faster development
The ultimate WPF UI toolkit to boost your development speed.
When you resize the last column of parent grid towards left, the child grid columns go out of view in MasterDetails view of SfDataGrid as the width of the parent grid is lesser than the width of the child grid. Therefore, after resizing you cannot view the remaining child grid columns in view. The following screenshot illustrates a four child Grid columns that is clipped due to resizing parent Grid in left wards. Figure 1: Four child Grid columns clipped due to resizing parent Grid in left wards To overcome this problem, disable the resizing support for the last column in parent grid and you can achieve this by setting DetailsViewManager.DisableLastColumnResizing attached property as true, as per the following code example. XAML
|
2X faster development
The ultimate WPF UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.