Freeze and Sorting

Hello All,

I have following problem :

I have a grid. The first row is frozen and contains summary data, like sums,.....

Now when someone clicks on a columnheader to sort, the frozen row is also sorted. So the summary row is not on top anymore.

Is it possible to keep a row frozen at row 1 and keep it there ?


2 Replies

AD Administrator Syncfusion Team December 7, 2007 01:43 PM UTC

I think more information is needed to suggest any solutions.

What kind of grid (non-virtual GridControl, virtual GridControl, GriddataBoundGrid, or GridGroupingControl) are you using and how are you getting the summary information displayed in the first row?



AS Asterinex December 10, 2007 11:23 AM UTC

Thx for your reply.

I'm using a summary row instead of freezing rows now. this works very good !


Loader.
Up arrow icon