jQWidgets Forums

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Autoloadstate not working Autoloadstate not working #20403

    greg.o
    Member

    Hi Peter,
    Thanks! Included is the table definition… I could attach snapshots but not sure how to do that…
    let me know if there is anything else that’s relevant.

    Thanks again,
    Greg

    $(“#tblList”).jqxGrid(
    {
    source: source,
    width: 600,
    columnsresize: true,
    columns: [
    { text: ‘List’, datafield: ‘list’ , width: 150 },
    { text: ‘Code’, datafield: ‘lst_OptionID’ , width: 60 },
    { text: ‘Description’, datafield: ‘lst_OptionName’ , width: 150 },
    { text: ‘Sequence’, datafield: ‘lst_OptionSequence’ , width: 90 },
    { text: ‘Lst_ID’, datafield: ‘lst_ID’ , hidden: true } ],
    filterable: true,
    sortable: true,
    pageable: true,
    autoheight: false,
    pagesizeoptions: [’20’, ’50’, ‘100’,’200′,’500′],
    pagesize: 20,
    virtualmode: true,
    rendergridrows: dtaList,
    autosavestate: true,
    autoloadstate: true
    });

    in reply to: Autoloadstate not working Autoloadstate not working #20371

    greg.o
    Member

    Sorry… some more details…

    jqwidgets 2.8.3
    jquery 1.9.1

    browser: chrome Version 26.0.1410.65

    Thanks
    Greg


    greg.o
    Member

    Thanks again, Peter. I guess what I meant was how do I set the inputValue and then get the source function to retrieve… I decided just to set the placeHolder and leave it at that … works much the same… I use a hidden input to hold the id of the foreign key table to return it to the form anyways…

    Thanks
    Greg


    greg.o
    Member

    Thanks Peter. I’ve already read that one – the fundamental problem is I want to select one value on start of the page – how do I do that?

    Thanks
    Greg

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