jQWidgets Forums
Forum Replies Created
-
Author
-
Ok, now I’ve examined the source code and it seems to be ok in version 2.8.3. I was testing with 2.8.1
Br, Alex
Hi,
I have the same problem, add
showtoolbar:true,rendertoolbar:function (toolbar) { //some code }
and you will notice that when you don’t have any state saved your toolbar won’t render. After applying some filters toolbar works fine again.
Br, Alex
March 28, 2013 at 2:11 pm in reply to: Displaying multiple values in single cell Displaying multiple values in single cell #18218Thanks, I’ll try it!
March 15, 2013 at 8:40 am in reply to: Toolbar breaks grid editing Toolbar breaks grid editing #17125Thanks, are you planning to release 2.8 soon?
March 15, 2013 at 8:16 am in reply to: Toolbar breaks grid editing Toolbar breaks grid editing #17122I tried it now and it works with ‘click’ edit mode, but we need dblclick for edit, and click for selecting rows.
Are you planning to fix this?
March 11, 2013 at 2:26 pm in reply to: Columns reorder and cell editing Columns reorder and cell editing #16704Thanks Peter, sorry I was not precise enough, now I tried more with IE and it works, but not in FF as you said.
All the best,
AlexMarch 11, 2013 at 2:04 pm in reply to: Columns reorder and cell editing Columns reorder and cell editing #16699Ok, thanks, I just thought you made the changes to online sample.
Now I’ve downloaded the sample and make the changes you mention in your post. It has the same problem. The test sequence goes like this:
Click (or doubleclick) any text cell
Cells editor opens
Observe that the cells value is entirely selected
If now you click on the beginning or anywhere in the middle of the word nothing happens
If you use keyboard right left arrows, cursor moves to the desired positionI’ve noticed that your sample uses the same jqx version 2.7 that I use.
Hope this helps, ask me if you still unable to reproduce.
All the best,
AlexMarch 11, 2013 at 1:29 pm in reply to: Columns reorder and cell editing Columns reorder and cell editing #16690Hi Peter,
now I’ve tried to set cell edition params like in your solution and it still does not work. When I open your sample there’s no columns reorder by drag and drop. Are you sure you added it there? I tried with latest IE and Firefox with no results.
All the Best,
AlexMarch 11, 2013 at 1:21 pm in reply to: Columns reorder and cell editing Columns reorder and cell editing #16688Thanks Peter, the only difference seems to be single click edit, when I have double click (dblclick)?
March 11, 2013 at 12:52 pm in reply to: Columns reorder and cell editing Columns reorder and cell editing #16683Thanks Peter, odatatype is just for my own purposes, it does not affect the behavior. I have the latest version of jqx (2.7.0 and 1.8.2 jquery)
Can you send me working sample by email?
All the best,
AlexThanks, it works!
Hi,
is it supported now? I have price input and customer wants that empty value triggers default price calculation, and when it’s 0 then it is 0.
Thanks,
AlexFebruary 21, 2013 at 10:34 am in reply to: Calendar overrides culture Calendar overrides culture #15612Thanks, it seems to work now.
February 19, 2013 at 10:30 am in reply to: Filterrow looses focus in serverside filtering Filterrow looses focus in serverside filtering #15468Thanks a lot Peter, this fixed the problem!
The difference between my code and the example was missing type declaration:
type: 'date'
Now everything works, thanks a lot!
Br,
Alex -
AuthorPosts