jQWidgets Forums
Forum Replies Created
-
Author
-
October 7, 2013 at 2:35 pm in reply to: Bug? Grouping on a columns that shouldn't Bug? Grouping on a columns that shouldn't #30363
The patch 3.0.3 does solve this problem.
“Fixed an issue in jqxGrid regarding the Grouping of a column with “groupable” set to false when Columns Reorder is enabled.”
The jsFiddle is now working fine. Thank you for this really quick fix!
August 30, 2013 at 1:21 pm in reply to: Bug? Columns don't keep width when grid is grouped/ungrouped Bug? Columns don't keep width when grid is grouped/ungrouped #28051Thank you for your fast reply!
This feature is really important for us, because it is an annoying problem for our customers.
Can you provide us an estimate time for this fix?
Regards
August 28, 2013 at 8:38 pm in reply to: Bug? getstate and column grouping return a null column? Bug? getstate and column grouping return a null column? #27891Thank you.
Sorry I forgot to say, I’m using this version : jQWidgets v2.9.3 (2013-July-11).
I don’t know if this is still happening in newer versions.
August 8, 2013 at 7:31 pm in reply to: Problem with $.jqx.dataFormat.formatdate() with culture Problem with $.jqx.dataFormat.formatdate() with culture #26520Ok, I just found that my culture needs to define what is “/” and “:”, or it won’t show it. I would like to suggest to change this behavior : if the culture doesn’t have those two definitions, it should write it down in the response, like any other characters, instead of hidding it. Moreover, I think that those parameters don’t really make sense : it is the responsibility of the cellformat to define what character is separating values, not the culture.
For my other problem, I’ll see if dataAdapter.formatDate() seems to solve it.
Regards
August 8, 2013 at 6:45 pm in reply to: Problem with $.jqx.dataFormat.formatdate() with culture Problem with $.jqx.dataFormat.formatdate() with culture #26515Hi,
I can’t remember where I found this code. But my problem is that I need to use a different culture for each columns. So this is why I don’t use the cellsformat in my columns object, and I use cellsrenderer instead.
In the last example of the dataAdapter, I found this code :
dataAdapter.formatDate(record.date, ‘D’, localizationObject)What is the best way to accomplish what I want to do? Is it to write my custom cellsrenderer and to use this function in it? Or is there an easier way to get every column a different culture.
Thank you for your time!
June 7, 2013 at 4:19 pm in reply to: Export + cellsrenderer problem Export + cellsrenderer problem #22792Thank you for your explanation!
But in that case, I’ll need to handle this on my side. Because for my use, it won’t make sense to export unrenderer values.
Is there an easy way to develop this workaround? An event or a function I can call or override?
-
AuthorPosts