Hi All,
I am using infragistics 6.3 version. To add new row in client side I am using
igtbl_addNew("UltraWebGridData",0);
The above is working fine with |IE6 and IE7
with IE8 when this method calls it gives following scripting error.
AddnewRow:TypeError:ObjectRequiredI have tried to create "UltraWebGridData" object and use it instead of string but this is not works
Please let me know how does add new row functinality can be use for IE8
Thank you in advanced
once i had this error, it turned out that i did not set the property to AllowAdd to the grid. it is worth checking
Hi Rula,
Thank you for reply.
I have checked for the add new row settings for grid and these are present with Grid.
Same functionality is working with IE 6/7.
I am still trying to resolve this problem