jQWidgets Forums

Forum Replies Created

Viewing 9 posts - 31 through 39 (of 39 total)
  • Author
    Posts

  • gediminas
    Member

    Hey!
    Found the problem!
    jQUery v. 1.9.1, jqWidgets 2.9.2, PC, Chrome; Firefox; Opera.
    In my grid I had grouping, autoloadstate and autosavestate enabled. In addition, the last column contained no info, only a delete button. This column had no datafield assigned. Then the groupindentwidth got the width of the delete button column. Plus I had weird rendering issues with the delete column itself. I assigned the column a dummy datafield and all works as expected now.
    This was stored in the browser’s localstorage (note the null in the columns array):

    {
    “width”: “100%”,
    “height”: “100%”,
    “pagenum”: 0,
    “pagesize”: 10,
    “pagesizeoptions”: [
    “5”,
    “10”,
    “20”
    ],
    “selectedrowindexes”: [],
    “selectedrowindex”: -1,
    “filters”: {
    “terminaloperator”: “and”,
    “filtervalue0”: “2”,
    “filtercondition0”: “EQUALS”,
    “filteroperator0”: 1,
    “filterdatafield0”: “terminal”,
    “filtertype0”: “stringfilter”,
    “filterscount”: 1
    },
    “groups”: [
    “manifest_id”
    ],
    “columns”: {
    “null”: {
    “width”: 56,
    “hidden”: false,
    “pinned”: false,
    “groupable”: true,
    “resizable”: true,
    “draggable”: true,
    “text”: “Atšaukti”,
    “align”: “center”,
    “cellsalign”: “left”,
    “index”: 0
    },
    “scheduled_pick_up_date_time”: {
    “width”: 130,
    “hidden”: false,
    “pinned”: false,
    “groupable”: true,
    “resizable”: true,
    “draggable”: true,
    “text”: “Priskirtas paėmimo laikas”,
    “align”: “left”,
    “cellsalign”: “left”,
    “index”: 1
    },
    // …
    }
    }

    in reply to: before updatebounddata event before updatebounddata event #24958

    gediminas
    Member

    Ok, I’ll ask another way 🙂 there is a “bindingcomplete” event. Is there a “beforebindingcomplete” event?


    gediminas
    Member

    Hello!

    Thanks for the reply! Are there plans to implement this feature?
    We have a need for this, so I am also considering buying the developer license so I could see the source code and expand the functionality of jqxGrid myself. Do you know if this feature could be implemented without modifying the core code?


    gediminas
    Member

    Hey!

    I just need to get the date in the same format that it was passed to the grid (i.e. yyyy-MM-dd). My question is: do I need to format it before sending to the server to accomplish that?


    gediminas
    Member

    So that means I have to do extra work and format the date prior to sending it to the server? 🙂

    in reply to: height: "90%" in 2.7 height: "90%" in 2.7 #22498

    gediminas
    Member

    Update: percentage height does not seem to work for me at all. Percentage width does. When setting percentage width, the grid fall backs to the default value – 400. Is this a bug?

    in reply to: height: "90%" in 2.7 height: "90%" in 2.7 #22497

    gediminas
    Member

    Because, it does not seem to work for me with that version. AM I missing something? 🙂


    gediminas
    Member

    Hello,

    Thanks for the reply.
    So is there a way, that I could use a custom renderer for checkbox column cells? Specifically, I need to change the background color of these cells, depending on value.

    in reply to: Virtual paging and groups Virtual paging and groups #17856

    gediminas
    Member

    Hello,

    I am having the same issue and would love to hear about the possible solutions.
    Thanks in advance!

Viewing 9 posts - 31 through 39 (of 39 total)