Skip to main content

Adjust Column

Comments

3 comments

  • Dapfor Team

    We will add this functionality to a new version of the grid, which will be released this week.

    Best regards,
    The Dapfor team

    0
  • Dapfor Team

    Hi,

    We have added a new event MeasureCellWidth enabling to set a custom width while column size adjusting.


    grid.MeasureCellWidth += delegate(object sender, MeasureCellWidthEventArgs e)
    {
    //Add extra width to be taken into account when adjusting columns.
    e.TotalWidth += 30;
    };



    Best regards,
    The Dapfor Team

    0
  • guest

    Thanx! this will solve my problem!

    0

Please sign in to leave a comment.

Powered by Zendesk