Announcement

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

    listgrid click

    I have one listgrid with width:350, height:458
    in certains querys, only the first 5 rows are populated because no data.
    I have cellClick event setting ok.
    the problem is I want to set another click event if the users clicks in the blank area of the listgrid.
    in this case, the cellclick event doesn't fire.
    if I set the click event for the listgrid, always fires the click event and the cellclick events fails.
    how can I fire the cellclick event if the users clicks in one cell, and fire the click event if the users clicks in one part of the listgrid with no cells?
    regards,

    #2
    A quick test, done by adding a "click" event to this example - http://www.smartclient.com/index.jsp#cellClicks - seems to show that both events fire if you click a cell, and just the "click" event fires if you click elsewhere in the grid.

    What version of SmartClient are you on?

    Comment

    Working...
    X