在cxGrid中如何用回车键Enter代替Tab键?请高手不吝赐教!谢谢!!!

解决方案 »

  1.   

    在cxGrid的TableView的OptionBehavior中
    把GoToNextCellOnEnter设为True
      

  2.   

    被 cncharles(旺仔) 兄弟抢先了!
      

  3.   

    hqhhh(枫叶) 兄, 这兄弟不接贴没有办法!
      

  4.   

    http://www.somade.com/是个很专业的技术社区,去那里找找吧,或许有你要的答案~
      

  5.   

    To: cncharles(旺仔)在cxGrid的TableView的OptionBehavior中
    把GoToNextCellOnEnter设为True--------------------------------------------------------------------------------------我已经知道那样设置,只是不能往下一条记录移动,到了最后一条记录,又不能自动新增记录!我就是要能往下一条记录移动,到了最后一条记录的最后一个字段按回车Enter,能自动新增记录!
      

  6.   

    靠, 楼主有些不厚道了,知道
    在cxGrid的TableView的OptionBehavior中
    把GoToNextCellOnEnter设为True怎么就不知道把FocusFirstCellOnNewRecord设为True呢, 
    你是真的知道吗?
      

  7.   

    帮人帮到底
    FocusCellOnCycle再把设为True;Determines the manner in which edit cells are focused.
    property FocusCellOnCycle: Boolean;Description
    Set the FocusCellOnCycle property to True to enable moving focus to the next row after it reaches the last edit cell within the current row.  Otherwise, focus is moved to the first edit cell of the current row.The default value of the FocusCellOnCycle property is False.
      

  8.   

    谢谢 cncharles(旺仔) ,这次可以了!谢谢各位!!!