Jump to content

openpgc

uniGUI Subscriber
  • Posts

    2
  • Joined

  • Last visited

openpgc's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. this is one column > index 4 . unction store.load(sender, records, successful, operation, eOpts) { me=this.grid; colIndx=4; Ext.defer(function() { Ext.select(me.columnManager.columns[colIndx].getCellSelector()).setStyle("cursor", "pointer") }, 500) } how to 1, 4 col use? unction store.load(sender, records, successful, operation, eOpts) { me=this.grid; colIndx=1; colIndx4=4; Ext.defer(function() { Ext.select(me.columnManager.columns[colIndx].getCellSelector()).setStyle("cursor", "pointer") }, 500) Ext.defer(function() { Ext.select(me.columnManager.columns[colIndx4].getCellSelector()).setStyle("cursor", "pointer") }, 500) }
×
×
  • Create New...