jQWidgets Forums
Forum Replies Created
-
Author
-
June 26, 2018 at 10:07 am in reply to: jqxGrid not work on inactive tab jqxGrid not work on inactive tab #100733
But if I need edit grid columns not during the initialization tab?
June 25, 2018 at 8:03 am in reply to: jqxGrid not work on inactive tab jqxGrid not work on inactive tab #100703June 22, 2018 at 10:53 am in reply to: jqxGrid not work on inactive tab jqxGrid not work on inactive tab #100673But if I need to do something with the grid not during the initialization table, for example
The problem is related to jqxGrid, other widgets do not suit me
September 14, 2017 at 11:56 am in reply to: The drop-down list is not closed when switching to another tab The drop-down list is not closed when switching to another tab #96032Click anywhere except the tab headers closes drop-down list, I think it should be the same
September 13, 2017 at 9:45 am in reply to: The drop-down list is not closed when switching to another tab The drop-down list is not closed when switching to another tab #95977I understand that this can be circumvented, just this is incorrect behavior. I suggest you fix it.
June 20, 2017 at 11:31 am in reply to: Click in the area between the scrolls select a row Click in the area between the scrolls select a row #94441Hi Peter.
I think this should not be.
If you click on scroll, the line is not selected.February 17, 2017 at 7:15 am in reply to: Empty rows in virtualmode Empty rows in virtualmode #91656it is, and what to do?
February 3, 2016 at 11:15 am in reply to: event after updatebounddata event after updatebounddata #81071Thanks, it works
October 9, 2015 at 12:07 pm in reply to: The problem when two elements on the page with one id The problem when two elements on the page with one id #76612Nevertheless jqxcombobox and other widgets works at the same id
October 9, 2015 at 11:22 am in reply to: The problem when two elements on the page with one id The problem when two elements on the page with one id #76607solution:
find “jqx.utilities.createId();” in jqxdropdownlist.js
and remove the condition, in my case
change
q.id=q.element.id||a.jqx.utilities.createId();
on
q.id=a.jqx.utilities.createId();September 18, 2015 at 12:59 pm in reply to: The problem when two elements on the page with one id The problem when two elements on the page with one id #75978This can bypass, but it’s a bug, is not it?
September 18, 2015 at 9:11 am in reply to: The problem when two elements on the page with one id The problem when two elements on the page with one id #75974That’s the problem more clearly
http://jsfiddle.net/ddd06/xcUA3/78/September 18, 2015 at 9:07 am in reply to: The problem when two elements on the page with one id The problem when two elements on the page with one id #75973If you take for example jqxDateTimeInput, no such problem.
I think the widget should be attached to the object, not the ID
http://jsfiddle.net/ddd06/xcUA3/77/September 18, 2015 at 8:09 am in reply to: The problem when two elements on the page with one id The problem when two elements on the page with one id #75969OK
-
AuthorPosts