jQuery UI Widgets › Forums › TreeGrid › TreeGrid instead of a double click is triggered click
This topic contains 10 replies, has 2 voices, and was last updated by Hristo 7 years, 8 months ago.
-
Author
-
Hello.
I have a problem with the grid jqxTreeGrid
instead of a double click event is triggered just a click
after software selection of the row,
http://jsfiddle.net/Ujuf66/a5p08brd/2/ – example, click on the button, then click on the highlighted rowHello Goga,
Thank you for this feedback.
If you explain what you want to achieve maybe I could give you a solution for this.Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comHello Hristo.
http://jsfiddle.net/Ujuf66/a5p08brd/3/
I need to open a new tab by double click.
I want after loading the data to grid, highlighted the first row.if I click on first row for the first time – creates a new tab – this is a bug.
Hello Goga,
I would like to suggest you this workaround.
Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comHello Hristo.
Thanks for the suggestion but
if I do it, stops working the button #1 on the toolbar:
http://jsfiddle.net/a5p08brd/5/and I use the theme “fresh”
Best Regards
GogaThere is another problem
if you quickly click on the row first left button then right, again unexpectedly, the event fires “rowDoubleClick”
I have a context menu bound to TreeGrid and I often have to do so
Hello Goga,
You could add additional functionality. When the first row is selected by default. In that case, when clicking this button (for the first time) you could open content referred to the first row.
We recommend setting internal widgets in the init (initTabContent
,initContent
,initTools
, and etc.) callbacks of the relevant widget.Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comHello Hristo.
I did not understand the part about the (initTabContent and etc.),
initTabContent – it’s property of jqxTabs
and
bug in jqxTreeGridBest Regards
GogaHello Goga,
I created a work item for the mentioned issue.
Also, I would suggest you the right approach because when the users missed to implement internal widgets in theinit...
callback this leads to the appear of many mistakes.
Thanks again.Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comHello Hristo.
Thanks for your reply.
Forgive me, but I am too poorly versed in the work of the internal classes, I didn’t understand what to do
Best Regards
GogaHello Goga,
Please, take a look at this example. There you could find the right way to set widgets in the Window is to use
initContent
.
Thank you for your understanding.Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.