or
01.{ command: [02. {03. name: "Edit",04. click: function(e) {05. var tr = $(e.target).closest("tr");06. var data = this.dataItem(tr);07. 08. $('#programAdmin').slideUp('slow');09. $('#programAdminEdit').slideDown('slow');10. $('html, body').animate({11. scrollTop : $("#programAdminResults").offset().top12. }, 2000);13. }14. },15. {16. name: "Remove Notes",17. click: function(e) {18. 19. }20. }21. ], title: " ", width: "200px" }],
