I want to show the tooltip on verticalscrollbar of extjs grid. that will show the top row first column data while moving scrollbar. can any body help me on this in Extjs 4.
// Private template method implemented starting at the AbstractView class.
onViewScroll: function(e, t) {
this.callParent(arguments); createToolTip();//create the tool tip
},