Hello,
i want to put a GridView in a UITableView with static cell.
I put the gridView in last cell. So far so good.
When i double click in a cell of the first row and the keyboard is up then all the cells above the cell that contains the grid view disappear (they pushed on top).
And the main problem that i have is that when i press the second row to edit the cell without press DONE in the keyboard then the row goes away outside of the top screen.
Is there anyone that works with this way to tell me if i do something wrong ?
Any help will be very helpful.
Thank you.
Hi Peter,
Its hard to say exactly whats going on. The IGGridView will scroll itself to avoid the keyboard, it's possible the UITableView is scrolling itself as well, and thus causing issues.
Judging by your screenshots, it looks like the IGGridView is basically stationary at the bottom, if you take it out of the UITableVIew, and just affix it to the bottom your ViewController, does the issue go away?
-SteveZ
Hi Steve,
Probably have to change it to ViewController.
My Problem is that in a simple ViewController you can't have UITableView with static cell (use it for data filtering right now).
So I have make new controller to test it. When i do it i will update the post.
thank you for the response