I created the ViewDefinition value of RadGridView using HtmlViewDefinition, and I want to give the Pinned property to the first, second, and third columns. However, the result is created by duplicating three columns as in the screenshot.
How to fix it?
1 Answer, 1 is accepted
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 20 Jul 2022, 06:49 AM
Hello, Kei,
By default, the context menu items for pinning the columns is eligible only for TableViewRowLayout and the root level groups of the ColumnGroupsViewDefinition. For the HtmlViewRowLayout, pinning is not allowed since the columns may be spanned among different rows/columns.