varun

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • varun
    Participant

    After doing some research i tried something like this.

    $(“[id^=jqg_][disabled='']“,ts.rows).attr(“checked”,true);

    and on the grid i was setting the disabled property as

    $(”#jqg_Q391″).attr(”disabled”, “true”);

    so that it doesn't check the boxes which i have disabled.

    But when i click anywhere on the disabled row or i click on the top checkbox it highlights the rows and still sends me the rowId of the rows where checkbox is disabled.

    Varun

    varun
    Participant

    Hi Tony

    I am disabling the checkbox using

    $(“#jqg_Q391”).attr(“disabled”, true);

    But the problem is when i select the checkbox at the top it still checks the box in the disable state.

    Is there any work around for it or i am missing somthing?

    Thanks

    Varun

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

Stay connected with us in your favorite flavor!