Hello Arulraj,
Thank you for the quick reply.
What i forgot to mention is that my data grid is being filled in using an observable collection, so i do not create the columns individually. One of the fields in my model is a string and i would like that column to be filled in with buttons that have as text the string of that field.
So i have a model with the fields: Id, Name and Status. The first two columns get filled in fine as they are, but the status i want the column to be buttons and use the "Status" string as text for the buttons.
If you require any more information please let me know.
Thanks again for all the help.