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
575
FireFox 3.6 WebGrid Problem
posted

Hi,

in our website i've used the add new row javascript function to add row like:

var newrow =  igtbl_addNew("ugSampleGrid", 0);
newrow.getCell(2).setValue(22);

 

those line of code working fine in Firefox 3.5 but when working with firefox 3.6 it just add the row and return and never execute any code below var newrow =  igtbl_addNew("ugSampleGrid", 0);

even alert('hello');

how could i fix that,and also hope please to told me any  fixes related to FireFox 3.6 cause some other functionality in our website are stopped working since use 3.6

Grid Version=8.2.20082.2160