I implemented single tap for editing cells in Datagrid, based on this question, which renders tapping to select a row in the datagrid unusable. I was thinking on using a boolean column with a checkbox to select the rows and be able to delete them with a button click.
Is this possible? In the sample code provided with Telerik, I see that if you use a boolean column it changes the box to a string that says "True" or "False". I do not want that, so is there any way the box can be kept?
Thanks