I'm just starting to try using the ASP.net Mobile controls, and I've been able to bind an ObjectList control to a dataset to render a table containing rows of data with 3 columns of information. When I view it from a browser on my desktop, it looks fine.
But when trying to view the data from a browser on a Blackberry device, all that renders is the first column of data, with each item providing a link to the data for the other columns.
Is there a way to force it to display the data in a table format, as it does when I view it from my desktop browser? (Or is there another control I should be using?)
Thanks.
But when trying to view the data from a browser on a Blackberry device, all that renders is the first column of data, with each item providing a link to the data for the other columns.
Is there a way to force it to display the data in a table format, as it does when I view it from my desktop browser? (Or is there another control I should be using?)
Thanks.