Hello again,
I’ve added the editing buttons to the navigator as in your example:
$("#servers").navGrid('#spager',
{}, //options
{height:280,reloadAfterSubmit:false}, // edit options
{height:280,reloadAfterSubmit:false}, // add options
{}, // del options
{} // search options
);
The “del” it’s ok.
But when I click on “edit” or “add” button I receive an error:
options.value has no properties
http://localhost/SAssett/js/grid.formedit.js
Line 484
[var so = options.value.split(“;”),sv, ov;]
The same happen with no options at all in the navGrid function.
May you help me ?
Thanks
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top