Sounds good, thank you for the reply. Couple more questions please 🙂
– Is there a setting that disables the right-click menu on the grid’s column headers while keeping the sorting arrow.
– I have tried to implement a status bar for the grid that shows which rows are currently displayed (e.g. 1 to 20 of 100) and for that I wanted to bind to scroll event in order to update that information. Binding to valuechanged event in object
$(“#jqxgrid”).jqxGrid(‘vScrollBar’)
did not call my event handler. I varified I can query the scroll bar position from that object. How do I bind to grid’s scroll event?