jQWidgets Forums
Forum Replies Created
-
Author
-
March 22, 2015 at 2:19 pm in reply to: jqxDateTimeInput, culture and formatString issue jqxDateTimeInput, culture and formatString issue #68945
Here the fiddle: https://jsfiddle.net/ioana_v/wo5rnur7/1/
March 22, 2015 at 10:04 am in reply to: jqxDateTimeInput (''dd.MMM.yyyy' format) in GridElement bug jqxDateTimeInput (''dd.MMM.yyyy' format) in GridElement bug #68941Hi Dimitar,
I can not use columntype ‘datetimeinput’, there is a reason why I use ‘custom’.
So I need a solution for ‘custom’ columnType. This seem to be a bug.Regards,
IoanaMarch 5, 2015 at 8:41 am in reply to: Dynamic editor in modal window Dynamic editor in modal window #68066Hi Peter,
thank you.
Regards,
IoanaMarch 4, 2015 at 2:20 pm in reply to: Dynamic editor in modal window Dynamic editor in modal window #68021Hi again,
your solution works, thank you.
Here the fiddle:https://jsfiddle.net/ioana_v/458ndczc/6/Regards,
IoanaMarch 4, 2015 at 2:07 pm in reply to: Dynamic editor in modal window Dynamic editor in modal window #68019Hi Peter,
thank you for the proposed solution.
The combination between the 2 examples I tried already, but it is not working as expected. Will attach a fiddle soon.Regards,
IoanaHello jqWidgets Team,
I am using latest jqxGrid version (3.7.0). Is Floating Point Percentage column width supported in this version? It does not seem to work.
Regards
IoanaHi Dimitar,
thank you for the quick answer and the solution. It works!
Regards,
IoanaSeptember 30, 2014 at 12:10 pm in reply to: GridElement – cellsrenderer code executed on every cell click GridElement – cellsrenderer code executed on every cell click #60365Hi Peter,
On a cell click (or cell select) the Grid should make the necessary rendering operations for the selected cell, not for the entire grid – in my opinion.
Your suggestion – if I understood correctly is to have a non editable grid that became editable on cell selection or cell click.
Our requirements are to have a very easy and quick way to select and edit cells, for example use tab key to select and edit the selected cell (like in Excel – or in the http://jsfiddle.net/ioana_v/7d0o02xL/2/ example).So the suggested workaround will not really fit to our requirements.
Regards,
IoanaSeptember 30, 2014 at 8:50 am in reply to: GridElement – cellsrenderer code executed on every cell click GridElement – cellsrenderer code executed on every cell click #60330Hi Peter,
thank you for the quick reply.
My observation related to the “cellclick” was not only based on my code, but also on one of jqwidgets examples (one that uses cellsrender) where I made the grid editable. In the cellsrenderer function I added a log message “console.log(“cells renderer for: ” +row+ ” and column: ” +columnfield);”.
On cellclick I can see the logged message not only once, but many times.See: http://jsfiddle.net/ioana_v/7d0o02xL/2/
Regards,
IoanaMarch 5, 2014 at 2:05 pm in reply to: Grid, edit mode and custom cell editor Grid, edit mode and custom cell editor #50524Hi,
I found a solution to my problem:
On “cellclick” event execute the “setcellvalue” method: grid.jqxGrid(‘setcellvalue’, row, column, newValue);
The “newValue” is the inverted initial (current) value (for example: if currentValue true then newValue false).Regards,
Ioana
March 3, 2014 at 5:01 pm in reply to: Grid, edit mode and custom cell editor Grid, edit mode and custom cell editor #50414Hi Peter,
Thanks for the quick reply.
I can not use the CheckBox column, since not all cells within the column are boolean.Regards,
IoanaHi again,
I found the solution in http://www.jqwidgets.com/disable-editing-of-a-grid-row-or-cell/
Regards,
IoanaHi Dimitar,
thank you for the quick answer.
I have already tried the approach you proposed. The problem is, I can not set the “editable:false” for the column text, as in the provided example (” { text: ‘Units In Stock’, datafield: ‘UnitsInStock’, cellsalign: ‘right’, cellsrenderer: cellsrenderer, width: 100, editable: false }”).
The reason is that the grid is customized in such way that it is possible to have just one cell in the row/column that is a checkbox. All other cells in the same row/column are for example dropdowns (for example).
In order to accomplish this, I used initeditor, geteditorvalue and cellbeginedit as well as the jqxCheckBox element.I guess you have a picture in mind about what happens in this scenario.
Is there a solution for this scenario?Regards,
IoanaThanks.
Regards
IoanaOctober 11, 2013 at 2:42 pm in reply to: Set cell (not column) specific editor Set cell (not column) specific editor #30607Hi, can someone please answer my question?
I would very much appreciate it.Thanks,
Ioana -
AuthorPosts