jQWidgets Forums
Forum Replies Created
-
Author
-
July 24, 2015 at 4:59 am in reply to: Initialize comboBox column in jqxGrid Initialize comboBox column in jqxGrid #74110
Teammmmm !!
Anybodyyyyyyyyyy !!!
July 23, 2015 at 2:23 pm in reply to: Initialize comboBox column in jqxGrid Initialize comboBox column in jqxGrid #74097Hi paulo
I can scarcely believe that this issue does not have a feasible solution. Let’s wait for word from someone of jqWidgets team, because a widget that cannot be updated programmatically withing a jqxGrid would be useless in many situations. I think there must be a way to solve this issue.
Ivailo,
The demo link you put for me leads to a “New document” in the jseditor and shows nothing.
Please guide us on how to show, in the comboBox, the item saved previously in the database for each row. We cannot figure it out so far and we urge this functionality to work.July 23, 2015 at 12:45 am in reply to: Initialize comboBox column in jqxGrid Initialize comboBox column in jqxGrid #74072Hi ivailo
Yes, I did not include the celledit function here because it is not part of my problem. I apologize for not getting rid of the code appropriately from the columns definition.
Back to my problem, what I need the comboBoxes to do is to show the items selected for each row. The comboBoxes work perfectly for the user to choose a value for each row, but if they later want to review or change something in a row the comboBoxes do not show the item saved.
I wish I could attach images to this post so that you could see the screenshots.
Please help me, this is driving me nuts !
July 23, 2015 at 12:39 am in reply to: Retrieve values in jqxGrid with jqxComboBox – Checkbox Retrieve values in jqxGrid with jqxComboBox – Checkbox #74071It is exactly what I have been asking for in my last post:
http://www.jqwidgets.com/community/topic/initialize-combobox-column-in-jqxgrid/July 21, 2015 at 1:56 am in reply to: Reset grid's row if checkbox is not checked Reset grid's row if checkbox is not checked #73969Ivailo
The last question applies only for the comboBox column. I found out that my stored procedure was not selecting the other 2 columns.
July 21, 2015 at 1:37 am in reply to: Reset grid's row if checkbox is not checked Reset grid's row if checkbox is not checked #73968Hi ivailo
Thanks for your reply. I have another question about this grid:
The rows, with the checkbox column checked, are saved in a database table and can be retrieved later and shown in the same grid.
The check mark is being shown correctly for the saved rows, but the editable columns data are not being shown, I mean, the saved values are not being shown.What is missing in my code to show the saved data, in the editable columns? (comboBox, textBox and numberinput columns)
Thanks.
July 17, 2015 at 4:11 am in reply to: Reset grid's row if checkbox is not checked Reset grid's row if checkbox is not checked #73843As you can see, I was using:
$("#grid").jqxGrid('setcellvalue', row, "units_per_box", "0");
in order to clear (reset) the value of the editable cells, but for sure I am doing something wrong or not using the right way.
And yes… I already read this:
as well as the encosia.com articles regarding this issue, but I can’t make it work yet.
-
AuthorPosts