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
Hello Murali ,
Can you please provide us with an isolated sample reproducing the issue?
I was able to use the Column Moving, Column Sizing and Column Selection features of UltraWebGrid in IE9
Hope hearing from you.
Hi Georgieva,
I have created the sample code, by which I am able to replicate the above said issue.
What I have done was, I have added one UltraWebGrid with three columns and binded data to the grid.
I have attached the sample code along with this post, which is developed in the VS2010 with Latest Infragistics. Please find the attached file with name 'GridIE9'
In the attachment I have removed bin due to size compability in uploading the file. Please add the below said infragistics dlls to build the project.
Infragistics35.WebUI.Shared.v10.3.dll
Infragistics35.WebUI.UltraWebGrid.v10.3.dll
Please review the code.
Regards,
Murali Gajam
Hello Murali,
I already created new support ticket on your behalf regarding this CAS-65057-54DQ2M
I have updated the case with the development issue .
Let me know if you need further assistance regarding this
Hi,
Can you tell me the date that when this ticket issue will be fixed.
because we have a release So that we need to update the date about this issue to our client.
So please give the fix date as early as possible.we need to update that one to our client.
Any update on this.........
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
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.
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.
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,
Gajamm