I have a web application that runs on a win7 machine. Many of the pages contains datagrids.

I tried to view the web app in Chrome on an iPad, and the datagrid didn't respond to commands such as in-row linkbuttons (for things like Edit Row).

Now I'm scared that C#/.NET web apps doesn't work on devices running iOS, or at least that datagrids won't.

Does anyone have any experience with that? Is there anything that should be done different to make things work on Apple devices? How about things running in Android?

Thanks in advance!