Mobile Application in .Net
I’m currently building a .NET Mobile application.
Up until now, I’ve been using the mobile “ObjectList” to render data from the database just like a Datagrid would, and it’s working fine.
the current request is that the data shown should be color coded and rows in the grid be of alternating colors; I’m not able to do this using the “ObjectList”, has anyone faced this issue before?
On the other hand, I can achieve this by rendering the data using only HTML (html tables); but I’m afraid that on some mobile phones, the colors won’t render correctly
Can anyone help me with this?
Thanks in Advance
|