timithy3 / jqgrid-for-plsql

Automatically exported from code.google.com/p/jqgrid-for-plsql
0 stars 0 forks source link

jQuery("#employees").editRow is not a function #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Click on a row in the "My Grid" of page #2. The other two regions select the 
row ok.. but that one gives the JS error:

jQuery("#employees").editRow is not a function
     jQuery("#employees").editRow(id, true, null, employees_OnSave); 

    function employees_SelectRow (id)
    {
      jQuery("#employees").editRow(id, true, null, employees_OnSave);
      //employees_SetMessage("Edit row with id = " + id);
    }

Original issue reported on code.google.com by bcarlis_...@yahoo.com on 17 Oct 2010 at 11:11