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
UltraWebGrid AddnewRow
posted

I am facing problem in Adding new row in ultrawebgrid through javascript.

 

i have tried the following code , but unfortunately im getting "object Expected" error.

 

 

 

 

var

oGrid = igtbl_getGridById(gridName);

 

 

var

newRow = oGrid.Rows.addNew();

how can i overcome this issue?