Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
5
Adding new rows thru javascript does not display the scrollbar in UltraWebGrid, but on clicking on the grid the scrollbars are vissible
posted

I am actually getting a XML from my WCF service invoked thru javascript, which returns an XML, and am processing that XML to add new rows in the grid. But the scrollbars are not visible, but as i click anywhere in the grid the scrollbars are visible. I need to display the scrollbars if the no. of rows exceed  the visible area, and i need to do this thru client side script.

I have specified the width and height in percentage.

I have also tried grid.focus(), grid.activate(), grid.row.activate and grid.getDivElement().scroll = scrolltoView(), but nothing seems to work.

Please help.... this is kind of urgent