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
590
Adding new row with Empty Grid
posted

Hi Team,

Try to create row with no data(Empty Data Grid)webdatagrid using javascript below

var grid = $find("gridname");

var row = new Array("Enter Remark");

grid.get_rows().add(row);

It's showing below error :

Microsoft JScript runtime error: 'null' is null or not an object

Screen shot Requirement :

Previous Version It's working Fine

Thanks

Ranganathan Palanisamy

Parents
No Data
Reply Children