Infragistics ultra web grid sort is not working, after refreshing the page in ipad safari.
Thank you,
Sampath.
Hello Sampath,
could you please let me know which version of our controls you are using? Please note that Safari on iOS is supported in version 11.2 and later and the classic controls are no longer available in this version, which means that they're not supported under this platform.
You can get more information about the supported environments from the following link: http://ko.infragistics.com/help/supported-environments/.
If you have any further questions, please let me know.
did you manage to resolve this issue?
If you need any additional assistance regarding this topic feel free to contact me.
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.