Hi Gaurav,
By default, the column menu has an option "Set Column Position", but it is visible when at least one Grid column is initially locked.
For example:
@(Html.Kendo().Grid <OrderViewModel>()
.Name("grid")
.Columns(columns =>
{
columns.Bound(c => c.OrderID).Locked(true).Width(150);
columns.Bound(c => c.Name).Width(200);
...
})
.ColumnMenu(true)
...
)
Would you please let me know if the available functionality works as per your expectations or if you have any ideas for improving the "Set Column Position" option of the column menu?
Regards,
Mihaela
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