jQWidgets Forums

jQuery UI Widgets Forums Grid Grid disappear!

This topic contains 2 replies, has 2 voices, and was last updated by  Programmerswe 9 years, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Grid disappear! #75241

    Programmerswe
    Participant

    Hey!
    Im trying to make my grid editable so that a user can put in a new value for the selected cell, and then get that updated by the service to the database. However, when i try to put in editable: true, the grid disappear. Is there maybe some kind of collide in this section:

    theme: ‘energyblue’,
    autoheight: true,
    width: 1280,
    source: dataAdapter,
    columnsresize: true,
    sortable: true,
    editable: true,
    groupable: true,
    enablebrowserselection: true,
    showfilterrow: true,
    altrows: true,
    filterable: true,
    selectionmode: ‘singlecell’,
    keyboardnavigation: false,
    rowDetails: true,
    pageable: true,
    pagesize: 100,
    pagesizeoptions: [‘100′,’200′,’300’],
    initRowDetails:initRowDetails,

    Grid disappear! #75252

    ivailo
    Participant

    Hi Programmerswe,

    From this part of your code we can see some properties with camel case. Use property names as they are in documentation. In this case it’s not the reason of the problem, so check the console for errors.
    Also please try to update to the latest version 3.8.2.
    This article may be helpful for you.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

    Grid disappear! #75260

    Programmerswe
    Participant

    Thank you, just forgot the reference to the jxxgrid.edit.js!

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

You must be logged in to reply to this topic.