Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
function RadContextMenu1_ItemClicked(sender, args) {
args._item.set_selectedImageUrl("~/Images/Selected.png")
}
<script type=
"text/javascript"
>
function
OnClientItemClicked(sender, args) {
args.get_item().set_selectedImageUrl(
"../Images/button_edit_grey.gif"
);
</script>