I have created a xamgrid programmatically and I am binding a dynamic dataTable to it. I would like to create a column with buttons in xamgrid programmatically.
Hello Ramesh,
In order to display a column that is not bound to any specific data and contains buttons, you may use the xamGrid Unbound Column.
I have attached a sample application that demonstrates its usage.
Thanks for your reply. In the sample provided, the button content remains the same for all buttons. How do I bind the button content for each of the buttons based on a certain cell value? Also is it possible to merge unbound(button) column based on row value?