I am trying to create a WPF toolkit datagrid with following format. I was able to hide content for the columns in LoadingRow event of the data grid. But the last column is a button and not sure how I can hide the content for that. It should only displayed once per each name. Any suggestions on how to accomplish this ?
Thanks DM