jQWidgets Forums
Forum Replies Created
-
Author
-
February 28, 2015 at 2:03 am in reply to: the Caret jump to the second digit when type the Caret jump to the second digit when type #67827
Thanks JohannJvR, it works!!
Highlighting the blank spaces is much better than deleting the ‘0’, greatFebruary 13, 2015 at 3:16 am in reply to: the Caret jump to the second digit when type the Caret jump to the second digit when type #67056Thanks Nadezhda,
You are right, I can input what I want, but just annoying.
For most website clients, it doesn’t make sense always deleting the last ‘0’ after input a new number.
If I setinputMode: 'advanced'
, the behavior is what I want.
Is there way to setinputMode: 'simple'
and not let caret jump? using javascript or there is some setting for that?April 1, 2014 at 12:39 pm in reply to: tooltip border issue in IE8 tooltip border issue in IE8 #52334Thanks Dimitar,
I am not in a virtual machine or something like it (e.g. sandboxie), I have tested in other Computers with IE8 (all is Version 8.0.7601.17514 under Win7 x64) and nothing change, and it also occurs in my laptop which is IE ver 8.0.7600.16385 (Win7 x86). So I guess all IE8 below ver 8.0.7601 has this issue.
It’s fine if you cannot reproduce this issue, I think your jqxGrid is great enough and I will try to use other tooltip code with your Grid.
April 1, 2014 at 4:00 am in reply to: tooltip border issue in IE8 tooltip border issue in IE8 #52275I’m using Internet Explorer 8 Version 8.0.7601.17514 under Windows 7 x64 Plantform.
When I press F12, I can see Browser Mode is IE8 and Document Mode is IE8 Standards. If I change the Browser Mode to IE8 Compat View, this issue will disappear.Here is the issue:
the right border is missing no matter what theme is using.
March 28, 2014 at 7:25 am in reply to: Calendar in Date Filter use the first 2-letter of the full day names Calendar in Date Filter use the first 2-letter of the full day names #52119Thanks Peter, It works. BTW using
dayNameFormat:"shortest"
.March 26, 2014 at 7:23 am in reply to: "renderstatusbar" and "ready" synchronization "renderstatusbar" and "ready" synchronization #51905As I know, there is no event will raised or method will called after statusbar was created (ver 3.2.2), you cannot access you DOM object in statusbar as you want, but jqxWidget object can initialize in the renderstatusbar before DOM was created in page. You can check my example in http://jsfiddle.net/gwjwin/uw5Cd/
March 23, 2014 at 9:39 am in reply to: IE8 Mouse Wheel scrolling inside grid IE8 Mouse Wheel scrolling inside grid #51657Hi Peter,
Sorry for modified your code, I didn’t think much and just hoping I can help others if they have the same problem.
At least we found where goes wrong, and hope we can see this bug fixed in the next version.
March 23, 2014 at 9:32 am in reply to: jqxGrid auto jump to top when click if table is higher than the container jqxGrid auto jump to top when click if table is higher than the container #51656Thanks Peter,
It doesn’t fix the problem, but enablingPaging
and settingheight
as a small value will reduce the possibility of jumping back to top.March 23, 2014 at 6:44 am in reply to: IE8 Mouse Wheel scrolling inside grid IE8 Mouse Wheel scrolling inside grid #51653I have the same problem, mouse-wheel does not work when mouse inside the Grid in IE8 (but works in Chrome), so I have to disable the mouse-wheel handling, and let the
autoheight=true
, but click event not handle correctly when Grid is higher than the container. see my post here:
(http://www.jqwidgets.com/community/topic/jqxgrid-auto-jump-to-top-when-click-if-table-is-higher-than-the-container/)Currently, I removed click event handling in jqxGrid and I can click link in the cell freely, but I lost the function of selecting and editing.
March 23, 2014 at 6:27 am in reply to: using jqxTooltip in jqxGrid using jqxTooltip in jqxGrid #51652I found the callback function i need, the
bindingcomplete
event is triggered after updated the cells.March 22, 2014 at 4:52 am in reply to: cell text not vertically centered when both "rowsheight" & "cellsalign" set cell text not vertically centered when both "rowsheight" & "cellsalign" set #51583I deleted two
e="5px";
in ‘jqxgrid.js’, and the problem fixed.March 22, 2014 at 12:42 am in reply to: cell text not vertically centered when both "rowsheight" & "cellsalign" set cell text not vertically centered when both "rowsheight" & "cellsalign" set #51582Thanks, I can customize cell style using ‘cellrenderer’ now, but how can I calculate the ‘margin-top’ to let text vertically centered?
The demo above still not vertically centered if I set I tried to set a big ‘rowsheight’, the style ‘vertical-align:middle’ has no effect.
actually, the problem only occur when ‘cellsalign’=’center'(‘left’ & ‘right’ are ok) , so it looks like the ‘margin-top’ doesn’t code correctly only when setting ‘cellsalign=center’? -
AuthorPosts