jQWidgets Forums
jQuery UI Widgets › Forums › Grid › jqxDateTimeInput jqxgrid
This topic contains 13 replies, has 4 voices, and was last updated by GabrielCostaAlves 8 years, 10 months ago.
-
AuthorjqxDateTimeInput jqxgrid Posts
-
I´m using jqxDateTimeInput inside jqxgrid, the type column is time.
I click determinate row, but show me on top grid. This occurs is some lines.
http://jsfiddle.net/8moaavo9/15/, after line 8 it´s happen the error. But if you scroll bar, the error doesn´t happen.
Hello GabrielCostaAlves,
We test this example and do not see error, except last row in your example that throw an error because
row
argument it is not defined.
Please, describe how exactly to simulate this issue and on what browser you use (including its version).Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comHello,
Please, desconsider last row.
But, the error its happening. I user firefox, Chrome, IE. All this the error is happen.
When I open the jsfiddle, I go directaly line 8, then the error is happen.
How can I send you a print?
Best Regards
Hello GabrielCostaAlves,
Is it possible to share different example because this one no errors (except last row code)?
You could use this to share images: http://postimage.org/Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comHi, the print error.
Best Regards.
Hi, Do we have a solution to this problem ?
Best Regards.
Gabriel, testing the jsFiddle example, do not have the same result that yo
Hi Willian, What browser do you use? I´m testing in Chrome, Firefox and IE and the error is happen all.
Do you see the image?
https://postimg.org/image/v5dbbw193/
Best Regards
I’m testing in Chrome.
wow ..
I was testing on a monitor 17 “and had no problems, now probe on a 14” monitor and the problem occurred
It is something with the resolution of the monitor
correction is 21 inches, not 17
Yes, Is this. I´m using on a monitor 14″.
Do you have any suggestions to fix this problem?
Because, I think this should work at any resolution.
Tks.
Best Regards.
I was able to replicate the reported behavior. This custom scenario is not supported in the current version of jQWidgets. Thanks for the feedback. We will look into that in future versions.
As a workaround set enableBrowserBoundsDetection to false.
createeditor: function (row, column, editor) { editor.jqxDateTimeInput({ formatString: 'HH:mm', showTimeButton: true, enableBrowserBoundsDetection: false, showCalendarButton: false }); },
Hi, Thanks for the answer. enableBrowserBoundsDetection: false, work for me.
Best Regards.
-
AuthorPosts
You must be logged in to reply to this topic.