jQWidgets Forums
Forum Replies Created
-
Author
-
That sounds promising, but when I use this combined with localization (german) it gets really crazy:
http://jsfiddle.net/h2kkh438/1/
Now when I can enter neither “12,3” nor “12.3”
It seems the validation method still uses the english input, but afterwards there is some other kind of validation that leads to the error “Entered value is not valid” which is not the error message we defined.Any help on that?
May 26, 2015 at 11:49 am in reply to: How to programmatically update cell content while user is typing How to programmatically update cell content while user is typing #71574Sorry, maybe you misunderstood.
I do NOT want to endcelledit. I want the exact opposite.
The user should be able to continue typing while in the background values in different rows/cells are changed.May 26, 2015 at 9:08 am in reply to: Checkbox column not editable Checkbox column not editable #71555Hi Peter,
I just found out that a call to refresh does end the current editing of a cell.
So if someone is entering text in a textcolumn, and refresh is called asynchroneously, the user loses the focus and cannot type anymore.I will open another thread for this problem.
May 26, 2015 at 7:07 am in reply to: Checkbox column not editable Checkbox column not editable #71550Great, that sounds reasonable.
Thanks.Hi Ivailo,
Thanks for your reply, but I was asking about ANY number of decimals.
The customer does not want to be restricted to 2 or 4 or whatever number.
He just wants to be able to enter any number with any decimals. But he also needs a validation error in case he does enter an invalid string.
And converting data to 0 without further notification is a big no-go that really alerted many people.Thanks for your help.
How can I set the numberinput to allow any number of decimals?
Thanks,
The customer really dislikes the numberinput control.
Also the number of decimals varies from time to time so that is not an option.
Any other possibility?May 22, 2015 at 7:55 am in reply to: Checkbox column not editable Checkbox column not editable #71450Ok, thanks.
Do you know any drawbacks that could happen by calling the refresh method?
Like losing the current filter, sorting or pageing? -
AuthorPosts