Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

How to Hide Custom buttons for Selected Row Using Kendo API

Posted on by 155

Dear Experts,

Am Using Kendo HTML Grid like Bellow

7633.Capture.PNG

1.if i have clicked on Submit Button want to Hide Submit Button Based on Status 

Here am Able to Hide the Button Based on Status like Bellow

7633.Capture.PNG

My Problem is if i have any other status like draft also Submit button is in Hidden Mode or if i have added other record means am not able to submit the button and also i cont able to to any other process like(if i have clicked on Approve Button It is not Working Non other Buttons are Working)

For to Hide the Buttons am Using Bellow Code

jQuery("#subdiv1 tbody tr .k-grid-Submit").each(function () {
debugger;

var currentDataItem = jQuery("#subdiv1").data("kendoGrid").dataItem(jQuery(this).closest("tr"));


if(currentDataItem.pcl_travelplanactivitystatus.value==798330003)
{
jQuery(".k-grid-edit").remove();
}
if(currentDataItem.pcl_travelplanactivitystatus.value==798330003)
{
jQuery(".k-grid-Submit").remove();
}

});

Can any one Help on this 

Thanks 

Shankar

*This post is locked for comments

  • Suggested answer
    a33ik Profile Picture
    a33ik 84,323 Most Valuable Professional on at
    RE: How to Hide Custom buttons for Selected Row Using Kendo API

    Shankar,

    This forum is related to Dynamics CRM/Dynamics 365 questions. You should aks your questions related to Telerik Kendo UI controls here - www.telerik.com/.../kendo-ui

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans