jQWidgets Forums

jQuery UI Widgets Forums Grid editable cell

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • editable cell #69719

    jahnvi25
    Participant

    is there a way i can find out if cell is editable ?

    Thanks

    editable cell #69838

    Dimitar
    Participant

    Hello jahnvi25,

    You can use the method getcolumnproperty to find out if the column the cell is in is editable, e.g.:

    var editable = $('#jqxGrid').jqxGrid('getcolumnproperty', 'firstname', 'editable');

    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.