Due to IE9 issues in the ultrawebgrid control, my application is upgraded to latest version 10.3.The ultrawebgrid is used in my application. In my web page(aspx), We have 2 modes for updating the data into DB. One mode is grid mode where the multiple records can be displayed and updated.Second mode is form mode where individual record can be updated.
Here when the page is opened in grid by default, the scrollbars are displayed as we are having 11 colums in the Ultrawebgrid control automatically but when the page is opned in form mode, then the grid mode is clicked, the scroll bars are not displayed and this issue is happening in all version of IE.
As we are having 11 colums in the grid control, Could you please let me know how can we enable the horzental scrollbars in the grid control?
The above behaviors are working fine with version 7.1 but not with 10.3 version.
Could you please help us on this?
Thank you in advance for your support and help.
Thanks and Best Regards,Murali Gajam
Hello Murali,
Would you try this code :
this.UltraWebGrid1.DisplayLayout.ScrollBarView = Infragistics.WebUI.UltraWebGrid.ScrollBarView.Horizontal;
Thanks,
Hi,
I have tried this option in server side page load method. accordingly the scollbars are displayed but scrollbar are disabled and can not do anything moving across last column of grid column. As my code is stting in client side, could you please have any client side script to enable scroll bars of grid control?
Please let me know in case if any more information is needed.
Thanks and Best Regards,
Murali Gajam.
Can you share you code related to the grid? Would be easier if you give me a sample that I can run and debug.
Did you manage to resolve this issue? If not, please provide the requested information above which will allow me to investigate it in my side.
Still this issue is not resolved. Could you please help us on this?
Murali Gajam
Are you able to isolate it? Can you provide sample code to be able to investigate it? The issue could be related to specifics of your environment and page setup.