ParamQuery grid support forum
General Category => Help for ParamQuery Select => Topic started by: vijay@spinetechnologies on September 28, 2022, 11:23:29 am
-
Hi,
Is it possible to hide the select all checkbox from the pqSelect multi-select with checkboxes?
If yes, please provide me with an example.
-
select all checkbox can be hidden by setting selectallText option to empty string.
https://paramquery.com/api/select#option-selectallText
-
It Works, Thank you