Hi Team,
I am trying to add a checkboxcolumn into the UWP sfdatagrid. Is there a way to do it like below?
DataGridCheckBoxColumn checkbox = new DataGridCheckBoxColumn();
checkbox.Header = "";
checkbox.Width = 30;
dataGrid.Columns.Add(checkbox);
Or does it need to be done in XAML? Specifically is there a GridCheckBoxColumn (I think this is available in WPF) in the Syncfusion extension for UWP? If so, can you explain how it works?
If there are other suggestions, I''m open to them.
Regards,
Josh