jQWidgets Forums
Forum Replies Created
-
Author
-
January 27, 2015 at 2:06 pm in reply to: column create editor with jqxNumberInput doesn't work column create editor with jqxNumberInput doesn't work #66083
Thanks a lot! Now it is working. But I didn’t understand why callback method geteditorvalue from that fiddle http://jsfiddle.net/asharifullin/73hhov6f/ didn’t work. Theoretically – it should.
January 27, 2015 at 1:42 pm in reply to: column create editor with jqxNumberInput doesn't work column create editor with jqxNumberInput doesn't work #66079Thanks for the answer, but problem still exists. So, I’ve done almost everything like in the example above (Custom Column Editor). So, at this moment almost everything is working except callback method ‘geteditorvalue’ is not calling back. And therefore gridcell never get value from editor. Check this out please – http://jsfiddle.net/asharifullin/73hhov6f/ column quantity.
And, yes, I know about columntype of ‘numberinput’. But I would like to set editor with abilities to enter decimal digits like 0.978, but standard editor of ‘numberinput’ doesn’t do that.
May 5, 2014 at 10:44 am in reply to: Datatable cannot select row after sorting Datatable cannot select row after sorting #53949And now I’m back. Dataadapter uses localdata in your code. Add these lines in var source2:
{…
data: {
json: JSON.stringify(data)
},
url : ‘/echo/json/’
…}
to make remote request. It is still working after that.May 5, 2014 at 10:33 am in reply to: Datatable cannot select row after sorting Datatable cannot select row after sorting #53947Thanks a lot! I see a problem. It was parameter with settings in dataadapter. And now it is working. I’ll play with them a bit to find what have happened.
May 5, 2014 at 10:16 am in reply to: Datatable cannot select row after sorting Datatable cannot select row after sorting #53944I had just reviewed the code and those were just mistyping. Now I’ve got the same result. http://jsfiddle.net/asharifullin/mJc9A/
-
AuthorPosts