jQuery UI Widgets › Forums › TreeGrid › TreeGrid Jump to Top for first click in Chrome and IE
Tagged: autoscroll, Chrome IE11, Focus to Top, jqxTreeGrid, Jump on Click, treegrid
This topic contains 2 replies, has 2 voices, and was last updated by Hristo 6 years ago.
-
Author
-
Hello Dimitar/JQWidgets Team,
We are using the JQXWidgets of 8.3.2 Licensed version.
We are experiencing jump when we click on anywhere in the TreeGrid.
We are upgrading JQX from 3.5 to 8.3.2 in our application.
We have pre-upgraded app, that is working good without jumps.
Is it because of some regression ?It looks there is is-mouse-focussed class is getting called on the tree grid during click.
We are observing this behavior across the application in multiple pages, where we used TreeGrid.
We are looking for a fix for this issue.Additional Info :
1) It is happening only when there are more records in the TreeGrid (Having Grid Scroll or Browser Scroll)
2) This works well with FireFox browser (noticed issue with Chrome and IE 11)Regards,
Satyarao.We have found a fix for jumping issue in Flat Grid option.
selectionMode:’custom’
Property of jqxTreeGrid resolved the jumping issue.
Now comes the challenge is, we are unable to select the rows in the grid.
We have provision of selecting multiple rows in the TableGrid in our application by design.
Appreciate any help on this.Regards,
Satyarao.Hello Satyarao,
I tested this example and it seems to work fine:
https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxtreegrid/javascript-tree-grid-binding-to-csv.htm?light
Could you clarify it, the case with the mentioned “jump” scenario?With the
selectionModeproperty when it is set tocustomoption you should determinate the selection via the API.
Please, take a look at these two examples below:
http://jsfiddle.net/8yxq5uub/
http://jsfiddle.net/txhi/a12t8y09/
Also, we have a similar forum topic:
https://www.jqwidgets.com/community/topic/selecting-a-row-in-jqxtreegrid/Best Regards,
Hristo HristovjQWidgets team
https://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.