jQWidgets Forums
Forum Replies Created
-
Author
-
February 27, 2013 at 12:28 am in reply to: Server Side Grid Crud example with popup edit Server Side Grid Crud example with popup edit #15909
Peter,
Do you consider this a problem?
Larry
February 25, 2013 at 4:27 pm in reply to: Server Side Grid Crud example with popup edit Server Side Grid Crud example with popup edit #15830Peter,
If you run the example I posted, you will see that the popup edit will not update the row. It shows that something is wrong with the control. I believe it has something to do with the source object – ID key\value pair assignment. If this pair assignment is set, the updaterow does not work.
Larry
February 24, 2013 at 9:35 am in reply to: Delete newly added row problem Delete newly added row problem #15781Needed to call commit(true, data.id) on addrow callback, so that on deleterow, the rowid would be set correctly.
February 24, 2013 at 9:32 am in reply to: Addrow calls server side insert Addrow calls server side insert #15780Thanks Peter, that did the trick!
February 22, 2013 at 12:05 am in reply to: jqxNumberInput background-color jqxNumberInput background-color #15653Thanks Peter,
Sorry I did not specify, but was looking to change a particular jqNumberInput. Was hoping to use an id selector to change a specific input control.
Thanks.
LarryFebruary 22, 2013 at 12:02 am in reply to: updaterow not firing when zero entered in cell updaterow not firing when zero entered in cell #15652Thanks for the advice. I changed to using ‘createeditor’
February 21, 2013 at 5:23 pm in reply to: updaterow not firing when zero entered in cell updaterow not firing when zero entered in cell #15637I wonder if the problem is that my data, from server-side, is of datatype json, and the json array is setting my ‘number’ cells with strings?
ex: [ value = “0”, value2 = “1” ]
February 21, 2013 at 4:14 pm in reply to: updaterow not firing when zero entered in cell updaterow not firing when zero entered in cell #15624Peter,
What is happening is that I do enter 0, but no “updaterow” call. I enter 1 or more, and a updaterow is called, then go back into that cell, replace 1 with 0, and a updaterow is called.
Note the main problem is going into the cell the first time, entering 0, no updaterow call.
February 19, 2013 at 6:10 pm in reply to: After Addrow, would like to select that row After Addrow, would like to select that row #15482Figured out my problem:
After server side call to add the new row, then I call selectrow, etc. All is working fine.
Thanks.
February 19, 2013 at 5:33 pm in reply to: getcellvalue does not return value after celleditend event is triggered getcellvalue does not return value after celleditend event is triggered #15481Thanks. that worked.
-
AuthorPosts