Studio for Silverlight

DataGridCheckBoxColumn header

  •  shajichettai said 1 year, 2 months ago:

    I am using
    DataGridCheckBoxColumn and i need the header column to look like checkbox to select all.How can i have this on DataGridCheckBoxColumn ?

    I wanted to use DataGridCheckBoxColumn.
    sample is attached too

    DataGridCheckBoxColumn gj = new DataGridCheckBoxColumn();
    Binding b = new Binding(“C”);
    b.Mode = BindingMode.TwoWay;
    gj.Binding = b;
    gj.IsReadOnly = false;

    Attachments:
    You must be logged in to view attched files.
  •  C1_AlvaroR10p said 1 year, 2 months ago:

    Hi,

    Did you see the sample http://demo.componentone.com/silverlight/controlexplorer/#DataGrid/Custom%20Columns ?

    The last column implements what you’re looking for.

    Regards,
    Alvaro.

    Answer
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.