Tag - Telerik

How to Hire Offshore .NET Development Team in Egypt?

According to a Statista survey, Microsoft's .NET framework is a popular choice for creating enterprise-level software. Businesses frequently use it in conjunction with Xamarin to develop software and apps for a variety of platforms, including mobile, web, and Windows. Because other top-notch technologies like C#, VB.NET, C++, and F# are compatible with .NET and can...

How to disable some context menu items on Telerik TreeView

There is an event named "OnClientContextMenuShowing" for Rad Treeview that calls javascipt function and passes 2 arguments "sender, args".The Args parameter contains The current selected TreeNode and Context Menu Items.You can enable or disable any Context menu item based on any attributes for the Current Selected Tree Node. Here is a code snippet for the...