C# Datagridview SelectionChanged Event fires earlier than I want it to -


i'm working windows forms. want event fire when user makes selection of cells (or 1 cell) in datagridview. selectionchanged event firing select 1 cell. there way have wait user done selecting?

i have tried cellmouseup event, don't behaviour because if mouseup happens outside grid doesn't fire.

as select each cell new selection change should fired. looking @ "remembering" selected cells each time eventhandler gets triggered , doing processing based on that. how of pain going depends on processing doing selection. deal.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -