Infragistics ultra web grid sort is not working, after refreshing the page in ipad safari.
Thank you,
Sampath.
Hello Sampath,
thank you for the feedback.
If you need any additional assistance regarding this topic, feel free to contact me.
Hi I got this issue with telerik rad window focus case, i fixed in telerik code like below. i wrote below code in body onload.
if (isiPad) { if (CheckRadWindow()) { var radWindow = GetRadWindow(); var objWindow = radWindow.BrowserWindow; objWindow.focus(); }
automatically fixed Ultra web grid issues and web date time edit textbox issues.
Can you please clarify what do you mean by that and if possible to explain how were you able to fix your issue as I believe that the other community members could benefit from your response. Thank you in advance!
I got this issue only telerik rad window case, modified telerik code, it is fixed.
did you manage to resolve this issue?
If you need any additional assistance regarding this topic feel free to contact me.