Hello,
In the documentation it says that sticky columns are not available while using virtual columns. It is really important for us to virtualize columns, when there's a lot of them in the grid, but also being able to use a sticky column at the same time.
Can you please consider implementing sticky columns while virtual columns are also enabled?
Best regards,
Boris
Hi Everyone,
The feature is available from version 16.3.0.
Regards,
Yanmario
Progress Telerik
Do you have a stake in the designеr-developer collaboration process? If so, take our survey to share your perspective and become part of this global research. You’ll be among the first to know once the results are out.
-> Start The State of Designer-Developer Collaboration Survey 2024
Hi Boris,
Thanks for the provided information and for the feature request.
This specific scenario with both functionalities enabled is still not part of our immediate plans.
The reason why virtual columns + sticky columns is not supported is because the virtualization mechanic and pattern assumes there would be ordered columns and we have no mechanism to ensure that sticky columns will remain in the viewport.
What I can suggest is to use locked columns rather than sticky. The locked columns are similar to the sticky ones and can be used to achieve the same effect.
I've created a short StackBlitz demo to demonstrate the said above:
https://stackblitz.com/edit/angular-rglkwk?file=src%2Fapp%2Fapp.component.ts
Regards,
Stoyan
Progress Telerik