Hi,
1st option is : Use the SmartGWT scrolling system instead of browser scrolling. For my application i need browser scrolling.
2nd option is : clear() any widget that becomes hidden yet extends out of the browser viewport.
I had made the changes in the demo application. attached is the changed code. I got the expected result in demo application.
But the same i am using in my actual application. Here i am not getting the browser changes.
Any suggestions....
Thanks,
Hari.
1st option is : Use the SmartGWT scrolling system instead of browser scrolling. For my application i need browser scrolling.
2nd option is : clear() any widget that becomes hidden yet extends out of the browser viewport.
I had made the changes in the demo application. attached is the changed code. I got the expected result in demo application.
But the same i am using in my actual application. Here i am not getting the browser changes.
Any suggestions....
Thanks,
Hari.
Comment