ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Grid (free version)
»
Remove column and row grouping while export
« previous
next »
Print
Pages: [
1
]
Author
Topic: Remove column and row grouping while export (Read 377 times)
Digitalsoft
Pro OEM
Newbie
Posts: 49
Remove column and row grouping while export
«
on:
January 18, 2023, 02:27:35 pm »
Is it possible to
remove grouped columns and rows while exporting the grid
, because of grouped columns it is difficult to apply column filters
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: Remove column and row grouping while export
«
Reply #1 on:
January 18, 2023, 05:04:16 pm »
you can update colModel of the grid to the lowermost columns:
https://paramquery.com/pro/api#method-getColModel
before call to export method and revert back to original colModel after call to export method.
https://paramquery.com/pro/api#method-refreshCM
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Grid (free version)
»
Remove column and row grouping while export