I've created a ListView on a page that was designed for both desktop and mobile device compatibility. This all works fine except on Blackberry phones. We've tested with 3 different Blackberries with the same result.
Inside the the RadListView's LayoutTemplate, I have an asp:LinkButton with these options attached:
CommandName="Page" CommandArgument="Next"
For some reason on Blackberries, clicking on the resulting "next" button produces an unspecified JavaScript error. In most cases, these same Blackberries will successfully parse and execute JS code.
Has anyone else had a similar problem to this?
Inside the the RadListView's LayoutTemplate, I have an asp:LinkButton with these options attached:
CommandName="Page" CommandArgument="Next"
For some reason on Blackberries, clicking on the resulting "next" button produces an unspecified JavaScript error. In most cases, these same Blackberries will successfully parse and execute JS code.
Has anyone else had a similar problem to this?