Hy,
I have do this code for navigator
.navGrid(‘#pagernav’,
{}, //options
{height:300,reloadAfterSubmit:false,closeAfterEdit:true}, // edit options
{height:300,reloadAfterSubmit:false,closeAfterAdd:true,onInitializeForm : function(formid){$(“#tr_new_mpd”).hide();}}, // add options
{reloadAfterSubmit:false}, // del options
{reloadAfterSubmit:true,sopt: ,sValue:’valueField’,sField:’searchField’} // search options
but my problem is the $(“#tr_new_mpd”).hide(); is apply in add et edit why ?
Thank for help