ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: vijay@spinetechnologies on December 07, 2021, 08:16:50 pm

Title: Add Dropdown in column header. Apply value to whole column
Post 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.
Title: Re: Add Dropdown in column header. Apply value to whole column
Post by: paramvir on December 08, 2021, 03:43:43 pm
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
Title: Re: Add Dropdown in column header. Apply value to whole column
Post by: paramvir on December 08, 2021, 08:32:20 pm
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