FIX: RadGrid - With Mobile rendering, clicking on a LinkButton placed in the CommandItemTemplate does not make a postback
To overcome this issue you can do the following:
- For anchor links (a) implement onclick event with window.location.
- For submit buttons set UseSubmitBehavior property to false.