Hi,
sorry for a very naïve question :
When using a GridViewCheckBoxColumn with subscription to both ValueChanged events and HeaderCellToggleStateChanged, if I uncheck the header checkbox, the ValueChanged event is fired for each existing (checkbox) row in the gridview.
This is not occuring when the header checkbox is checked (in which case only the HeaderCellToggleStateChanged event occurs).
How can I prevent this behavior (while still allowing two successive events if for example I uncheck the header and just after check a row checkbox).
I probably missed some doc somewhere about this ...
Thanks
Patrick