Hello,
My apologies if this is a too simple question.
I am trying to work with three cascading Grid Views and do not understand the right event to look for.
1) In the first Grid View, I display a list linked to a datasource. This is the reference list from which the user may select one or more rows (with multi-select = true and FullRowSelect as selection mode)
2) Then this selection create another list which fills/update the second GridView. Most often this is only one row.
3) I would like to fill the third Grid View based on the second Grid View updated list. However, I do not find any row event able to do in all cases. In particular, as most of the time the number of rows in the updated second grid view are the same, neither SelectionChanged nor RowChanged nor CurrentRow_changed are working.
What do I do wrong ?
Thanks for your answers
P.