jQWidgets Forums

jQuery UI Widgets Forums Grid Disable buttons in Jqxgrid

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 11 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Disable buttons in Jqxgrid #50719

    zack.wd
    Participant

    I want to stop editing of a grid based on a condition,therefore i added the following code :

    $("#jqxgrid").jqxGrid(
        		{
        			editable:false
        		});

    But i have a button to delete the rows against each row.How do i disable the button together without using cellrenderer/cellendedit?

    Disable buttons in Jqxgrid #50721

    Peter Stoev
    Keymaster

    Hi zack.wd,

    If you render a button column, you may choose how to process the “buttonclick” callback function. However, visually you won’t be able to disable a button.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.