Hello I am developing one wpf application. I am using datagrid from wpf toolkit. I am binding grid by provider item source from database. it works fine. Now i want to add button in first row in some column, so is there any way to add button ?
Share
This will display buttons on rows where the items has the value ShowButton set to “True”.
Here’s some code to populate the list with some objects: