Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
150
Adding manual columns
posted

I have existing infragistics ASP.Net code as follows

 

UltraWebGrid1.Columns.Add(

"ALL", "ALL")

UltraWebGrid1.Columns(0).Type = ColumnType.CheckBox

 

 

can any one help me out this code equivalent for WPF XamDataGrid for adding column with check boxes as first column

and also records should get selected in xamdatagrid when I check those check boxes

Thanks in advance.