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
220
ultrawebgrid issue in safari
posted

i am using ultrawebgrid in my application, i have issue in safari.

issue:

var grd1 = igtbl_getGridById('ctl00_ContentPlaceHolder1_ugdAirline');

if (grd1) grd1.setActiveRow(null);

the above code works fine ie but not working in safari.

can u suggest any answer.