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.