After I tried to add a data editing dialog to the master detail example, the grid is doing multiselection. What is wrong?
8<
navGrid('#pager10',{add:true,edit:true,del:true},
{height:280,reloadAfterSubmit:false}, // edit options
{height:280,reloadAfterSubmit:false}, // add options
{reloadAfterSubmit:false}, // del options
{} // search options
);
8<
Thanks in advance,
Alexandre
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top