Hi,
I would like to hide/show some columns at the start on the page.
I have tried to use showColumn and hideColumn js function. But the grid is first entirely displayed before columns are hidden. So users have the time to see all columns before the display was refresh.
Can I hide a column server-side and then still display it client side ? I have tried the visible property but the column is not rendered client side, so I can't manipulate it.
Regards