I have a DataTable that I'm currently displaying in a DataGrid... but I have the case where I need to use multiple buttons/linkButtons in each row of the DataGrid (in non-edit mode) so I can manually control the sorting and to remove items from the DataTable.
Using template ...