Duration: 23:20 min
Summary: In this video, we will wrap up our jqGrid course. We will see how the delete and update functionality will work. We will modify the web service function to accept the ability to delete and edit an employee. Remember that in both cases, the employee id is passed in as a parameter (not “_empty” like we had it in the “add” case). So we depend on that id to build the delete and update SQL statements. On the page side, we modify the options to allow delete and update on the navigation pager. We test both cases and see how the data is transferred using Fiddler.
I hope this course has been helpful to you, and I will talk to you soon in the upcoming courses.
Technologies and Resources: jQuery, jqGrid, Visual Studio 2010,WebService, asmx, Compare, StringComparison, output, database, identity, varchar, decimal, SqlConnection, SqlCommand, Open, CommadnType, Parameters, ExecuteNonQuery, Convert, reloadAfterSubmit, closeAfterAdd, extend, ajaxEditOptions, recreateForm, serializeEditData, stringify, ajaxDelOptions, serializeDelData.