I upgraded UltraWebGrid Version 10.3.20103.2120 for IE9 but There is a bug in moving column in IE7 or below version.
Here I used this Code
<igtbl:UltraGridColumn BaseColumnName="Uid" Key="Uid" Width="6%" Hidden="true" > </igtbl:UltraGridColumn>
I set the width and Hidden field as above. if there is no hidden field or width field is not Percent, then moving column work is good, but the script error is occur case above code.
That Code is work in previous Version of UltraWebGrid
How can I solve this Problem??
Hello eltechkorea,
I have created sample based on the information you provide and tested with Windows XP SP3, IE7.0.5730.13 and set Hidden=true and Width=6%. But I couldn't reproduce the issue. It works as expected. Maybe there are something else that cause the error. Can you attach sample?
Thank you
I checked this problem one more time with new web project.
I think there is one more factor cause this problem. The factors are hidden, width(%) and doctype
I attached project file. There are two files(errorpage.aspx, Test.aspx)
if doctype factor is eliminated or threre is comment such as <!-- above doctype, moving column work as expected. It's so weird.......
Check out files and Let me know
thank you
you should use doctype. It inscructs the browser about what version of the markup language the page is written in. I mention that you are using different doctypes in test.aspx and errorpage.aspx files. In your sample I didn't see where you enable column moving