I have grid bound as below.
1) Is there a was to programitacally "colapse all"
2) I have show checkboxes beside each row. want I really want is to show/remove this colum programitically too. Ideally I would like to show a check box beside just the organisation (Parent) level or just the Contact (Child) Level,
Yes Got this Sorted Thanks
Hello,
1) Yes, the Records collection of the XamDataGrid exposes a Collapsing/ Expanding methods that you can use
2) As far as I can see from the screenshot, you have not created a checkbox column. You have retemplated the RecordSelector. What you can do is toggle the RecordSelectorLocation property from the FieldLayout's settings in order to hide/show it.