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
45
IE7 or Below got Problem in UltraWebGrid Version 10.3.20103.2120
posted

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??

Parents
No Data
Reply
  • 8160
    posted

    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

Children