jQWidgets Forums

jQuery UI Widgets Forums Grid Editable Columns

This topic contains 5 replies, has 3 voices, and was last updated by  Peter Stoev 10 years, 4 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • Editable Columns #5561

    hardcode
    Member

    how can I set some column editable and some readonly in a grid.
    I used editable:true in the columns settings for the column and it failed
    Any possibilities

    Editable Columns #5567

    Peter Stoev
    Keymaster

    Hi hardcode,

    editable: true means that the column will be editable. editable:false means that the column will be readonly.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Editable Columns #5576

    hardcode
    Member

    Wow that is how i did it in the first place and it did not work lol… but i would like to share this so others can get to use it if they do need.
    First I set the entire grid to editable:true and next i set all columns that need to be readonly to editable:false.
    This is how it worked for me. The other way of setting the entire grid editable:false and setting up columns that can be modified to editable:true did not work for me. So when you set up your grid you can switch to see which one works for you…
    Thanks

    Editable Columns #5579

    Peter Stoev
    Keymaster

    Hi hardcode,

    The information about the cells editing, how to disable or enable editing of the Grid or of a specific column is available in this help topic: jquery-grid-cells-editing.htm.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Editable Columns #62186

    SSS
    Participant

    Hi,HardCode

    Can you please Provide me the Code to make readonly true afterwards…..

    Editable Columns #62190

    Peter Stoev
    Keymaster

    Hi SSS,

    I’d suggest you to see the Grid’s Ediging demos because there is such demo there.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.