Hi,
I have a RadGrid with following ClientSetting :
Everytime I run the application, I am encountering following error :
"Unable to get value of the property 'scroll': object is null or undefined"
When I remove the above Setting from RadGrid, the error goes away.
Please suggest me how to get rid of it. What is the cause of this error?
Thanks,
Anup
I have a RadGrid with following ClientSetting :
<Scrolling AllowScroll="true" EnableVirtualScrollPaging="true" UseStaticHeaders="true" SaveScrollPosition="true" ScrollHeight="250" />Everytime I run the application, I am encountering following error :
"Unable to get value of the property 'scroll': object is null or undefined"
When I remove the above Setting from RadGrid, the error goes away.
Please suggest me how to get rid of it. What is the cause of this error?
Thanks,
Anup