ParamQuery grid support forum

General Category => Bug Report => Topic started by: omerix on February 22, 2019, 09:22:43 pm

Title: Context menu (No Data)
Post by: omerix on February 22, 2019, 09:22:43 pm
Hello Param,

If there is no data, the right-click menu does not appear in the header section.

No Data
https://yadi.sk/i/jQ0uLp7bCroRug

Data Available
https://yadi.sk/i/zv1tHYjL7KEL0Q

Sometimes this error comes
https://yadi.sk/i/QbP7IcA4X5o1Ig
Title: Re: Context menu (No Data)
Post by: paramvir on February 22, 2019, 09:38:26 pm
Thanks for reporting issue, it would be fixed in upcoming version.

Current workaround is to add this to contextMenu option.

Code: [Select]
init: function(evt, ui){
this.focus(ui);
},
Title: Re: Context menu (No Data)
Post by: omerix on February 23, 2019, 12:19:53 am
Thanks. Worked

Thanks for reporting issue, it would be fixed in upcoming version.

Current workaround is to add this to contextMenu option.

Code: [Select]
init: function(evt, ui){
this.focus(ui);
},
Title: Re: Context menu (No Data)
Post by: paramvir on May 20, 2019, 01:18:05 pm
This is fixed in v6.1.0