$(“#S1Q5”).navGrid(‘#S1Q5_pager’, {edit:true,add:true,del:true,search:false},//options
{width:480,height:140,reloadAfterSubmit:true,beforeInitData:doIt1},//edit options
{width:480,height:140,reloadAfterSubmit:true,beforeInitData:doIt1},//add options
{reloadAfterSubmit:true}//del options
);
In the navbar, doIt is executed only the second time, the first time I click on add, nothing happen; I close the window, click again and… magic: doIt is executed. Very strange, any idea?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top