Please I need to know how to change the HeaderContextMenu items order.
For example, I want the item "Columns" to be the 1st item in the HeaderContextMenu.
Please let me know how can I achieve this.
Thanks,
Bilal
3 Answers, 1 is accepted
0
Marin
Telerik team
answered on 15 Dec 2011, 11:19 AM
Hi Bilal,
You can have a look at this help topic in the section: Add items to HeaderContextMenu. You can use the similar approach to access the HeaderContextMenu in the OnPreRenderComplete event and there apply the necessary modifications to the items.
Kind regards,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
I didn't get the chance to modify the concept applied in the thread you just mentioned.
I hope if there is anyway to achieve this on client-side and not server-side.
Your help is highly appreciated.
Thanks,
Bilal
0
Marin
Telerik team
answered on 15 Dec 2011, 03:15 PM
Hello Bilal,
On the client-side you can try using the OnHeaderMenuShowing event to see if this can be useful in your case.
All the best,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now