Browse By Tags

  • Cancel checkbox click

    Hi !

    I have a grid with a checkbox column. I add the checkbox column like this :

    valuesGrid.DisplayLayout.Bands[0].Columns.Add("Select");

    valuesGrid.DisplayLayout.Bands[0].Columns["Select"].DataType = typeof(Boolean);

    I need…