jQuery UI Widgets › Forums › TreeGrid › TreeGrid Vertical ScrollBar Event
Tagged: angularjs treegrid, javascript treegrid, jquery treegrid, jquery treelist, treegrid, treegrid control, treelist
This topic contains 5 replies, has 2 voices, and was last updated by Peter Stoev 11 years, 6 months ago.
-
Author
-
I am trying add load on scroll feature for treegrid. I am able to achieve this feature with external scrollbar, but when i am trying to handle the TreeGrid Vertical ScrollBar ‘valuechanged’ event, the event is not triggering. My treeGrid id is ‘jqxTreeGreed’ and below is code for event handler.
$(“#verticalScrollBarjqxTreeGreed”).bind(‘valuechanged’, function (event) {
console.log(event.currentValue);
});Any help would be greatly appreciated.
Thanks,
JitendraHi Jitendra,
You cannot handle events of the widget’s scrollbars. They are not exposed by design and are handled only by the widget.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comThanks Peter for your quick reply. Is there any intention to not exposed this feature from outside or probably the next release will have this feature?.This feature is must for our development as we have millions of records and we don’t want to load it while initialization itself. We have done POC on several widgets and going to purchase licence for actual development but few features which we required are not available.
Thanks,
JitendraHi Jitendra,
I am sorry to hear that catching scrollbar events in that widget is a must feature for you. I suppose you will be able to edit the widget’s non-minified sources to fit to your requirements. However, in public release we would not expose such events. They are handled internally by jqxTreeGrid according to its design.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi Peter,
Is it possible to make column cell collapsible other than first & last?
Thanks,
JitendraHi Jitendra,
Nope, the first column is collapsible. In rtl mode, it is the last.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.