ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: jcc on March 29, 2016, 02:43:13 pm

Title: Localize popup dialog
Post 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
Title: Re: Localize popup dialog
Post by: paramvir on March 31, 2016, 09:55:50 pm
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.
Title: Re: Localize popup dialog
Post by: jcc on April 13, 2016, 04:50:28 pm
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