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