Jump to content

samani

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

samani's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Hello You can add this code to the main form script. Ext.override(Ext.grid.Panel, { listeners:{ 'cellmousedown': function (sender, td, cellIndex, record, tr, rowIndex, e, eOpts){ if ((cellIndex < 2) && (sender.grid.getView().el.dom.scrollLeft < 0)){ sender.grid.getScrollable().scrollTo({x: 0}) } }, scope:this } });
×
×
  • Create New...