How to know Focused Row loses focus

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sl1ver
    New Member
    • Mar 2009
    • 196

    How to know Focused Row loses focus

    hi

    im using XtraGrid, the problem i have is that all my functionality is incorporated into the "focusedrowchan ged" now what function can i use when there is only 1 row, meaning focused row can't change or user presses enter or clicks outside of the grid or even directly close it?

    i tried BeforeLeaveRow aswell and it seems to work exactly the same as focused row changed
  • ThatThatGuy
    Recognized Expert Contributor
    • Jul 2009
    • 453

    #2
    XtraGrid happens to be some custom Control is there a MouseMove or MouseHover event then use that

    Comment

    • Sl1ver
      New Member
      • Mar 2009
      • 196

      #3
      The grid has n mouse move, mouse leave but what do i program? when the mouseleave on current focused row?

      Comment

      Working...