jQWidgets Forums
Forum Replies Created
-
Author
-
July 11, 2013 at 6:57 am in reply to: groupindentwidth with autoloadstate groupindentwidth with autoloadstate #24994
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
},
// …
}
}July 10, 2013 at 3:11 pm in reply to: before updatebounddata event before updatebounddata event #24958Ok, I’ll ask another way
there is a “bindingcomplete” event. Is there a “beforebindingcomplete” event?
June 10, 2013 at 7:37 am in reply to: Saving collapsed/ expanded groups in state Saving collapsed/ expanded groups in state #22858Hello!
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?June 6, 2013 at 3:26 pm in reply to: Date formatting in updaterow Date formatting in updaterow #22718Hey!
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?
June 6, 2013 at 1:58 pm in reply to: Date formatting in updaterow Date formatting in updaterow #22712So that means I have to do extra work and format the date prior to sending it to the server?
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?
Because, it does not seem to work for me with that version. AM I missing something?
June 4, 2013 at 8:10 am in reply to: Custom rendering of a boolean column Custom rendering of a boolean column #22489Hello,
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.Hello,
I am having the same issue and would love to hear about the possible solutions.
Thanks in advance! -
AuthorPosts