We are using kendo grid with n number of columns, each column has defined width. When user dynamically hiding the column kendo grid view collapsing [column width & border not aligned with row contents].
I have attached sample image.
Thanks,
3 Answers, 1 is accepted
0
Stefan
Telerik team
answered on 14 Jun 2021, 07:05 AM
Hello, Jega,
We made an example where each column has width, the columns are shown/hidden dynamically and the columns are aligned:
If the issue still occurs, please share an example and I will be happy to take a look at it.
Regards,
Stefan
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Please update the real application to version 4.7.0 and advise if the issue still occurs. Please make a clean install to ensure no older version is cached.
To make a clean install:
- delete package-lock.json - delete the node_modules (rm -rf node_modules) - install the packages again (npm install)