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
|