ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: lsl on February 23, 2018, 09:12:39 am

Title: Change the Message 'No rows to display.'
Post by: lsl on February 23, 2018, 09:12:39 am
I have some pqgrids for copying and pasting only and it was shown 'No rows to display.' at the first. Is it possible to change it to 'Paste Here' ?
Title: Re: Change the Message 'No rows to display.'
Post by: paramvir on February 23, 2018, 09:57:44 am
yes, it's a localization string strNoRows

https://paramquery.com/pro/tutorial#topic-locale-strings
Title: Re: Change the Message 'No rows to display.'
Post by: lsl on February 23, 2018, 11:12:46 am
Thanks, it works.

In addition, is there a event to trigger any paste done. I want to activate a button after someone pasted.
Title: Re: Change the Message 'No rows to display.'
Post by: paramvir on February 23, 2018, 06:23:12 pm
it's change event with ui.source == 'paste'