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

Frozen rows

Hi,

I have requirement where the first few rows of the grid has to be freezed. I have achieved this by setting FrozenRowsCount ="11".

When we enable grouping what i am noticing is that, it is collapsing the first few rows as a group and hence the frozen row count now refers to the visual 11th row which false in the other group which i do not need. My Frozen row should be till the actual 11th row no matter if it is collapsed or not.

Is it possible to set the first group as not collapsible? 

is it possible to have top few rows not be considered for grouping?


Thanks

1 Reply

PK Pavithra Kodiyarasan Syncfusion Team February 29, 2016 12:22 PM UTC

Hi Pruthvi,

Thanks for contacting syncfusion support.

You can freeze the rows in GridControl by using following code.


this.gridControl1.Rows.FrozenCount = 2; //used to freeze first two rows.


You cannot freeze the rows in GridGroupingControl. Please can you provide some information. Did you use GridControl or GridGroupingControl ?.


Regards,

Pavithra K.


Loader.
Live Chat Icon For mobile
Up arrow icon