Hi ,
i am using the SfDataGrid. i am trying to merge cell with Extend Selection mode .but i am facing run time System.NotSupportedException (Merged Cell will not support with Extended, Cell, Cell, AllowFrozenGroupedHeaders False). how to solve this problem.
code:
<syncfusion:SfDataGrid x:Name="dataGrid"
AllowResizingColumns="True"
AllowSorting="False"
HeaderRowHeight="0"
SelectionUnit="Cell"
NavigationMode="Cell"
AlternationCount="2"
SelectionMode="Extended"
Background="Transparent"
FrozenRowsCount="1"
ColumnSizer="Auto"
RowStyleSelector="{StaticResource cellstyleconverter}"
AutoGeneratingColumn="dataGrid_AutoGeneratingColumn"
QueryCoveredRange="dataGrid_QueryCoveredRange"
ItemsSourceChanged="dataGrid_ItemsSourceChanged">
</syncfusion:SfDataGrid>