ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: jcc on March 29, 2016, 02:43:13 pm
-
I know how to localize the datagrid and toolbar using the right file
but how do I localize popup-dialog-crud buttons ?
Thanks
-
There are strAdd, strEdit & strDelete properties in the localization files, you can assign them to the buttons.
$grid.pqGrid( 'option', 'strAdd' )
Similarly more properties can be added to the localization files and assigned.
-
Works fine for pqGrid ...
but not for popup-crud called by the button in the pqGrid
(as show in the print attached)
Thanks for your help