Open GoogleCodeExporter opened 9 years ago
How do you have tried it? Have you seen the Grid Showcase with various examples?
Original comment by johgep
on 10 Apr 2014 at 7:53
Hi Johannes,
I originally tried adding the properties to the navigatorAddOptions but they
appeared to be ignored.
Eventually I had to update the grid options using jQuery after the grid had
been created, for example:
$('#myGrid').jqGrid('navGrid','#myPager',{addtitle:'My Add Button Hover Text',
addfunc: function(){$.publish("displayAdd");},
edittitle:'My Edit Button Hover Text',
editfunc: function(stopSlotId){$.publish("displayEdit");},
deltitle:'My Delete Button Hover Text',
searchtitle:'My Search Button Hover Text',
refreshtitle:'My Refresh Button Hover Text'},
{}, // add options
{}, // edit options
{}, // delete options
{}, // search options
{} // view options
);
Maybe the plugin should include a new 'navigatorOptions' attribute within which
the above (and more) grid navigator properties can be specified.
Regards
Steve
Original comment by stevendj...@gmail.com
on 22 Apr 2014 at 9:46
Original issue reported on code.google.com by
stevendj...@gmail.com
on 10 Jan 2014 at 9:23