Home › Forums › Guriddo jqGrid JS › Help › insert field thati is no-editable in thte edit mode
Hi
Hello,
Make the field editable and use beforeShowForm for edit and for add
for edit
beforeShowForm : function(formid)
{
$(“tr_idName”,formid).hide();
}
for add
$(“tr_idName”,formid).show();
Regards
Tony
Ok , thanks
Stay connected with us in your favorite flavor!
Copyright 2014 TriRand LtdAll Rights ReservedRSS