ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: vijay@spinetechnologies on December 07, 2021, 08:16:50 pm
-
2. How to add dropdown in the column header. I need apply all functionality. From header user can select value and apply to whole column.
-
dropdowns can be added via context menu in column header.
Any number of items can be added in context menu and linked to grid API via context menu item listener.
Example: https://paramquery.com/pro/demos/context_menu
-
Values can be updated in a column with updateRow or Range().value() methods.
https://paramquery.com/pro/api#method-updateRow
https://paramquery.com/pro/api#method-Range