How to format a gridview
How to format a gridview
Hello! I am adapting my asp.net web app to use jquery library, and everything is very easy and with a great result, but in one of the pages I need to show a gridview with some information, the gridis bigger than the device's screen so the grid is cut and I can't see it's whole content.
I don't know what solution is the ebst for my problem, perhaps enablig horizontal scroll, but I don't know how, or perhaps creating a list with interactive rows, but I don't know how to do it either.
I hope somebody can help me to decide which is the best solution, and how can I make the grid have the same "style" as the rest of the components.
Thanks!