The virtual keyboard disappears when focus cell in RadGrid with batch editing in iOS8.3. The keyboard briefly shows up and gets hidden almost immediately when trying to edit item in batch edit mode.
In order to use the fix, you need to set the OpenEditingEvent to "MouseDown" for mobile devices. It preserves the same behavior as and user experience as Click but it is handled much better by iOS 8+ than Click.