Unplanned
Last Updated: 22 Jul 2024 09:16 by ADMIN
Gaurav
Created on: 11 Jul 2024 11:39
Category: Grid
Type: Feature Request
1
Lock (Frozen) option in the column menu
Is it possible to enhance the column menu by adding an option allowing the user to lock a specified column through the column menu?
1 comment
ADMIN
Mihaela
Posted on: 22 Jul 2024 09:16

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