We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Merging Cell not supported with Extended Selection Mode

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>

3 Replies

MK Muthukumar Kalyanasundaram Syncfusion Team September 5, 2017 10:53 AM UTC

Hi Ankit, 
 
Thank you for contacting Syncfusion support. 
 
SfDataGrid have such limitation with cell merging when selection mode is extend/multiple. We have already documented the limitations in cell merging from the below link.  

Please refer the below documentation to know more details on working with cell merging in SfDataGrid control. 

Please let us know if you have any query. 

Regards, 
Muthukumar K 



AN Ankit September 6, 2017 08:18 AM UTC

Hi,

        thanks for response. actually i am trying to implement merge cell with multiple cell selection ,column wise  .  is it possible  with another grid control.

Thanks


Attachment: test_ea5767c7.zip


JG Jai Ganesh S Syncfusion Team September 11, 2017 12:08 PM UTC

Hi Ankit, 
 
A support incident to track the status of this query has been created under your account. Please log on to our support website to check for further updates 
 
Regards, 
Jai Ganesh S 


Loader.
Live Chat Icon For mobile
Up arrow icon