Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Fire record click event on a ListGrid?

    Hi,

    I want to fire a record click event on a ListGrid. How can I do this?

    This click I need to navigate a ListGrid with a keyboard.

    Thanks in advance,
    Best Regards,
    -sipungora
    Last edited by sipungora; 8 Jun 2011, 10:21.

    #2
    grid.rowClick(record, recordNum, fieldNum);

    Comment


      #3
      Unfortunately after rowClick() I cannot receive key events. What should I do in order it works?

      Comment

      Working...
      X