After upgrading to latet infragistics version 10.3(build 2120), the following issues are observred in IE9 of Ultrawebgrid control but the below issues are working fine in older IE versions(6,7,8).
1. Unable to move the columns freely over the grid.
2.Unable to increase the width of the columns of the grid.
3. When the mouse pointer is moved on to the column header of the grid, we cannot see any change in the pointer to select the column.
As we stuckup with the above issues, Could you please help us for solving the above issues?
Please let me know in case if any more information is needed.
Thanks and Best Regards,Murali Gajam
Hi Georgieva,
Could you please let me know the path for the build which has the fix for the issue explained above by Murali?
We have this as our project high priority, please let me know as soon as possible.
thank,
Avinash.
We have this issue with IE7 and down. Was wondering if it was fixed?
Could you please let me know the status of above issue? I am still unable to see the cursor on the header of the grid.
Please let me know when the next build will be released.
Thank you,
Regards,
Gajamm
Thank you for updating me on this.
Regrding the 'mouseover', I am still unable to see the cursor specified in 'Mouseover'. I have again tried the same code in my local machine and able to replicate the issue.
I am again attaching the code which i used in repllicating the issue.
Please help me on this.
Thank you
Gajam.
Hello gajamm,
I checked the progress of the issue.
It is fixed by the development and is awaiting test.
I guess that the fix will be availabe with the service release next month.
About the issue 'onmouseover' I was not able to reproduce it in IE8 .
The mouseover function is executed and mouse cursor is displayed.
function mouseover(gridname,CellId)
{
var col = igtbl_getColumnById(CellId);
var strTemp = CellId.split("_");
if (col) {
if (strTemp.length == 4 && strTemp[1] == "c") {
var colel = document.getElementById(CellId);
colel.style.cursor = "../Images/aero_prec.cur"
}
Please let me know if you need more assistance regarding this