Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Adding delete button to each row on an xamDataGrid
posted

Hi there,

I have been tasked with creating a custom control that inherits from xamDataGrid and contains a delete button at the end of each row. I've seen in Alex's blog how to do this for a specific example (http://blogs.infragistics.com/blogs/alex_fidanov/archive/2009/07/14/shortcut-delete-button-on-xamdatagrid.aspx) but was wondering what would be the recommended way in a general way. Should I be appending another column on each row while databinding?

Any suggestions would be greatly appreciated.


Thanks.