Hi
I have several grids which have a selection column.
When I select the individual rows I get an ItemCommand 'RowClick' event.
When this happens I want to manipulate the UI depending on the number of items selected.
If its a single selection I do certain things. If its a multi-selection I want to do something different.
Obviously if I click the checbox in the column header ALL the items get marked as selected,
but I don't get an ItemCommand 'RowClick' event.
So my UI doesn't behave as I want.
Presumably there is some event getting fired. I just don't know what to detect.
TIA
I have several grids which have a selection column.
When I select the individual rows I get an ItemCommand 'RowClick' event.
When this happens I want to manipulate the UI depending on the number of items selected.
If its a single selection I do certain things. If its a multi-selection I want to do something different.
Obviously if I click the checbox in the column header ALL the items get marked as selected,
but I don't get an ItemCommand 'RowClick' event.
So my UI doesn't behave as I want.
Presumably there is some event getting fired. I just don't know what to detect.
TIA