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,
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,
Comment