DataGrid Add Row Client Side

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all,

Is it possible to add a row to an ASP.net datagrid via clientside JavaScript?

Thanks,

Jon
 
Jon,

It is certainly possible and is not difficult. The tricky part is to
communicate the new row to the server should you need it.

Eliyahu
 
Back
Top