Hi,
I have a RadGrid that use:
and I have this css rule:
but for some reason, the rgDataDiv doesn't use the iOS native scrolling. I tried this rule on any other div I have in my app and it works perfectly, but not on the rgDataDiv.
Is that a known issue? Or is there a work around?
Thanks.
I have a RadGrid that use:
tmpGrid.ClientSettings.Scrolling.AllowScroll = TruetmpGrid.ClientSettings.Scrolling.UseStaticHeaders = Trueand I have this css rule:
.rgDataDiv { -webkit-overflow-scrolling: touch;}but for some reason, the rgDataDiv doesn't use the iOS native scrolling. I tried this rule on any other div I have in my app and it works perfectly, but not on the rgDataDiv.
Is that a known issue? Or is there a work around?
Thanks.