Cooking with grease until I turned on tab'ing on the inline editing.
Cooking with grease until I turned on tab'ing on the inline editing.
rbyrns
Posts: 36Questions: 9Answers: 0
I can only update records using the inline method if I can use the enter key. Datepicker, checkbox will not update.
I am using server side processing. Any ideas where I should look next?
I tried the booklet - debug code: efovuz
Love this software over all. Gonna buy editor I think.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi,
For those options you probably want to show a button, which you can do using the
buttons
option of theform-options
. For example:Allan
Thanks for the response allan. I will play with the button idea. After taking out all the tab stuff, I learned the following -
If you misspell submitOnBlur (my case submitOnBlue)- you get no error and it is false even when online editing is true.
Petition to create a second function submitOnBlue
How about
cancelOnRed
?The typo won't be detected as it simply means that
submitOnBlur
isundefined
and Editor doesn't check to confirm that only the properties it knows about are defined. I did add something like to that to DataTables a while back, but it was more hassle than it was worth!Allan