Hi,
I've ran into a peculiar issue where a radgrid will loose its onscroll event in chrome (will not page). This happens when the grid is initially wrapped in a div with display="none". After a post back I convert that div into a jquery dialog. If the grid was visible before the postback (div was set to display="block") it will open up and initialize correctly in the jquery dialog, if it was not visible before the post back it will not initialize correctly and will not page when you scroll to the bottom of its page.
Basically it seems like the grid refuses to initialize in chrome when not visible. This works in FF and IE without any issues.
Does anybody have any ideas?
Thanks!
Rafal
edit1: you actually do not need to open it in a jquery dialog. Performing and asynchronous post back to load information and then making it visible will show the issue
I've ran into a peculiar issue where a radgrid will loose its onscroll event in chrome (will not page). This happens when the grid is initially wrapped in a div with display="none". After a post back I convert that div into a jquery dialog. If the grid was visible before the postback (div was set to display="block") it will open up and initialize correctly in the jquery dialog, if it was not visible before the post back it will not initialize correctly and will not page when you scroll to the bottom of its page.
Basically it seems like the grid refuses to initialize in chrome when not visible. This works in FF and IE without any issues.
Does anybody have any ideas?
Thanks!
Rafal
edit1: you actually do not need to open it in a jquery dialog. Performing and asynchronous post back to load information and then making it visible will show the issue