Advertisement
Guest User

Untitled

a guest
May 8th, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <script>
  2. var opts = {
  3.  
  4. 'loadComplete': function () {
  5. var $this = $(this), ids = $this.jqGrid('getDataIDs'), i, l = ids.length;
  6. for (i = 0; i < l; i++) {
  7. .......
  8. .......
  9. }
  10.  
  11. // set focus on first cell
  12. setTimeout('jQuery(".editable:first").focus()',100);
  13. }
  14. };
  15. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement