First:
The use of editrules:{edithidden:true} to control viewing of hidden columns is not described in
viewgridrow documentation and is highly counter-intuitive and I only found it using a forum search.
It should not be necessary to specify edit options on a grid that doesn’t support editing!
The viewable: true option should be sufficient to control whether a column is viewable but it would be more intuitive to have a viewhidden option on viewGridRow
$(grid).jqGrid('viewGridRow',rowid,{modal:true,closeOnEscape:true,viewhidden:true});
Second:
Are there any styling option for the viewGridRow modal popup that would allow long text fields to be wrapped over several lines rather than generating a single line requiring scrolling
MymsMan
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top