I want to display data in gridview like excel sheets in iPad application.I tried it using Uitableview with custom cells but there are many restrictions like cannot scroll by touching table etc.I want to display data in UItableView having more than 25 columns and more than 70 rows.I tried using custom UItableviewcell but want to overcome following limitations:
1)How to enable horizontal scroll by touching the table itself by using scrollview. 2)How to make gridview appear like excelsheets. 3)How to display custom header in this case.
Are there any other ways for displaying this GridView.