Hello,
I am currently working on web-based app for a customer, basically what it should do is just output a grid with informations from a databse, and give the user the possibillity to a few information.
This is all working quite ok, I just have one trouble getting the focus to the first editable cell in a selected row – BUT only on the Ipad/Iphone.
The focus works ok on a PC, on the Ipad the editmode starts correctly, and works fine, but isnt focusing anything – which means the customer needs to click on a row to start editing, then click into the textbox to actually open the virtual keyboard.
I have read up on the behaviour of the Ipad and it seems to be a common problem – solved by setting the focus by changing the touchend/mouseup event, but in context of jqGrid I just dont know how to do it.
Did anybody here had the problem before and might know how to fix it?
thanks in advance!
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top