Hi,
Can you tell me how to clear all the contents of the XamDataGrid (both Data and Header) which has only unbound columns?
Thanks & Regards,
Varun R
Hello Varun,
You can clear the DataSource or assign a new one (empty).
You can clear the Fields collection in the FieldLayout.
You can also change the Visibility property of the grid to Hidder or Collapsed.
Hope this helps.