Author Topic: How can I navigate with up and down arrows?  (Read 292 times)

omerix

  • Pro Enterprise
  • Full Member
  • *
  • Posts: 148
    • View Profile
How can I navigate with up and down arrows?
« on: March 14, 2023, 06:58:03 pm »
Hello,

I updated the Grid version from 6.2.4 to 8.7.0.

In general, after entering data in columns in the form of textboxes in my data fields colmodel, I could navigate with up and down arrows, but currently it does not allow.

Code: [Select]
,{title:'Inv. Code',dataIndx:'rkod',dataType:'string',minWidth:24,width:170,cls:'',clsHead:'',align:'',halign:'center',aciklama:'Ref.Kod',hidden:false,editable:true
,filter: { crules: [{ condition:'contain'}],menuIcon:false}
}

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6309
    • View Profile
Re: How can I navigate with up and down arrows?
« Reply #1 on: March 14, 2023, 07:03:17 pm »
Please set editModel.keyUpDown option to true

https://paramquery.com/pro/upgrade/Index73