This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 9 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Checkbox Posts
  • Checkbox #65326

    sunny
    Participant

    Hello Sir,

    Am Using Custom code for adding checkbox to the header of the column in the grid.The below code am using

    {
    text: ”, menu: false, sortable: false, pinned: true, filterable: false,
    datafield: ‘IsChecked’, columntype: ‘checkbox’, width: 40,
    renderer: function () {
    return ‘<div style=”margin-left: 10px; margin-top: 5px;”></div>’;
    },

    how to select checked true default the header checkbox of the column.

    regards
    sunny

    Checkbox #65338

    Dimitar
    Participant

    Hello sunny,

    Please check my answer to your other question here: http://www.jqwidgets.com/community/topic/checkbox-2/#post-65337.

    Best Regards,
    Dimitar

    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.