I am using jqxGrid with the following parameters:
1. showeverpresentrow: true
2. everpresentrowposition: top
3. everpresentrowactionsmode: “columns”
4. pinned: true
…then I am creating an “createEverPresentRowWidget”, which happens to be a jqxButton.
Here’s the issue: When scrolling left-to-right, the EverPresentRowWidget (jqxbutton) does NOT remain with the pinned column. It scrolls to the left or right…thereby creating a disconnect between the pinned column and the everpresentrowwidget.
Please let me know what can be done to prevent this scrolling behavior (if anything). I need the “everpresentrowwidget” to STAY with the pinned column and not scroll.
Thanks.