ASP>NET DataPager Issue

ASP>NET DataPager Issue

I am developing an asp.net application. I have an asp ListView inside a <div> with a class of ui-block-a. Attached to the ListView is an asp.net DataPager to allow paging through the data the ListView shows. When rendered, the buttons the DataPager generates all have attribute disabled="disabled" and a class of aspNetDisabled. This may be down to JqueryMobile or Microsoft "enhancing" the buttons, but I can't find a way to remove these attributes, as I don't want the buttons to be disabled

Anyone have any ideas?