Hi,
How can I add new row. I do not want to use Datagrid's inbuilt functionality of add new row template.
I found that in Javascript I can get rows by grid.get_rows() which is having a add() function but somehow its not adding any new rows in my grid.
I have EditingCore in my grid as I am having CellEditing functionality. but still its not adding new row to the grid.
one quick question is is necessary to pass parameteres to add() function?
if i just call add() it will add empty row am i right?