Skip to main content

Fixed separator lines

Comments

3 comments

  • Dapfor Team

    Hello,

    Did you see docked rows? The idea is that they stay in their positions regardless of sort. You can add 5 first rows, then add a separator. and all of them dock to the top.

    Row row = Rows.Add(BusinessObject); 
    row.Dock = RowDockStyle.Top;

     

    Regards,
    Dapfor

    0
  • guest

        I was able to achieve the required functionality using grouping.

        Thanks for the quick support!

    0
  • Dapfor Team

    Great!

    You can also achieve the requested feature by using the ICustomSort interface. You have to compare row1.VisibleIndex with row2.VisibleIndex, but row grouping may be a better solution.

    Regards,
    Dapfor

    0

Please sign in to leave a comment.

Powered by Zendesk