jQWidgets Forums
Forum Replies Created
-
Author
-
September 25, 2015 at 12:02 pm in reply to: Celledition start on any keystroke Celledition start on any keystroke #76183
Thanks Ivailo,
unfortunatelly popup is not an option once the users seen inline editing
So there is no way to prevent such behavour ?
B
September 24, 2015 at 9:53 am in reply to: Celledition start on any keystroke Celledition start on any keystroke #76138Btw,
handlekeyboardnavigation: function (event) {
event.preventDefault();
},that littie bit of code if attached to one grid will automatically get events from all other loaded grids
July 21, 2015 at 10:01 am in reply to: jqxtab header size increases on dynamic tab creation jqxtab header size increases on dynamic tab creation #73986Ok Dimitar, Can you provide a timeframe ? we’re talking month, 3 months ? Need to update the customer as to when they can expect the fix.
B
July 17, 2015 at 12:33 pm in reply to: jqxtab header size increases on dynamic tab creation jqxtab header size increases on dynamic tab creation #73881Dimitar,
jqxtabs.js line 1178if (g < this._titleList[c].outerHeight(true)) { g = Math.round(parseInt(this._titleList[c].outerHeight(true))) }
when it loops first time it works ok. second time this._titleList[c].outerHeight(true)) returns way too large value.
value of g is an int in IE, but in Chrome its a float. Maybe it’s a rounding problem.Please let me know if you have an idea how to fix it..
B
July 17, 2015 at 11:13 am in reply to: jqxtab header size increases on dynamic tab creation jqxtab header size increases on dynamic tab creation #73878more info:
Problem doesn’t exist in IE11.
In Mozilla(39) it affects all viewing sizes bigger then 80%.
In Chrome (43) it affects all viewing sizes bigger then 100% and not equal to multipliers of 100% ( so 200% seems fine)July 17, 2015 at 11:05 am in reply to: jqxtab header size increases on dynamic tab creation jqxtab header size increases on dynamic tab creation #73876Btw, we’re using 3.8.1 and problem is still present.
July 17, 2015 at 11:04 am in reply to: jqxtab header size increases on dynamic tab creation jqxtab header size increases on dynamic tab creation #73875Dimitar, problem does occur in demo you provided.
Screenshow attached:
https://www.dropbox.com/s/28v9pmbuggzycow/Przechwytywanie.PNG?dl=0please advice. Problem just popped up in UAT testing..
Bart
howe, i love you man (or woman) !!!
Thanks.
B
July 15, 2015 at 3:44 pm in reply to: How to copy text of rows in jqxgrid while making it remain uneditable? How to copy text of rows in jqxgrid while making it remain uneditable? #73773Same problem here.
I need to have rowselection as a whole, but users need to be able to copy and paste single values that they doubleclicked.Example http://jsfiddle.net/Dp5tA/44/ works in IE11 exacly right ( ironicly enough )
nevermind, we got it
B
Hi Dimitar,
We have licence purchased – how do we go about getting save-file.php ? Is there a separate download ?
B
April 29, 2015 at 9:18 am in reply to: getselectedrowindexes => index returned even unselected getselectedrowindexes => index returned even unselected #70429Same thing here. Just ran into the same bug.
It seems to relate to filters present.
If you have a row selected, then filter in such way that row is no longer visable, it still shows up in selectedrowindexes and trying to get it returns error or nonsense….
I guess filtering should disselect everything…
Bart
January 22, 2015 at 1:01 pm in reply to: Problem with editable Grid Problem with editable Grid #65848Jane, care to share how ?
Bart
January 15, 2015 at 5:24 pm in reply to: Hover tip over localized value displays $ (dollar) for currency Hover tip over localized value displays $ (dollar) for currency #65462Peter,
that’s hardly a solution
Tooltips still come handy on occasion in long string fields…..
Any chance of this being adjusted (tooltip formating) in future versions ?
Thanks,
Bart
December 30, 2014 at 5:39 pm in reply to: Filtertype – missing labels Filtertype – missing labels #64847 -
AuthorPosts