Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
ClickCellButton event
posted

Hi,

Sometimes CellEventArgs for ClickCellButton event contains wrong cell.

In the event I'm extracting data from a cell within the same row as clicked cell, and then refresh the whole grid.

Sometimes (when I click the button again just before it returns to unclicked state - the click event execution takes some time) the retrieved data is from some other row.

Is it me doing something wrong or is it bug in your control?

P.S. This is what i get on my trace (After activate is traced in AfterRowActivate event). Proper value is 91. The value 88 is from 91's parent row:

[2011-02-04 18:22:42] After activate 91

[2011-02-04 18:22:42] Click, id = 91

[2011-02-04 18:22:43] After activate 88

[2011-02-04 18:22:43] After activate 143

[2011-02-04 18:22:43] Click, id = 143

[2011-02-04 18:22:44] After activate 142

[2011-02-04 18:25:06] After activate 91

[2011-02-04 18:25:06] Click, id = 91

[2011-02-04 18:25:07] After activate 88

[2011-02-04 18:25:08] After activate 91

[2011-02-04 18:25:08] Click, id = 91

[2011-02-04 18:25:08] After activate 88

Parents Reply Children
No Data