I needed to add multiple buttons inside a single column in data grid view in WPF Application! In windows form application it could be able to do like this .
That data grid view will load from DB. At same time , there will be 2 command buttons need to be added in each row
please anyone provide a way to accomplish this!
Thank you