Click here to Skip to main content
15,884,836 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I need help with the WPF dataGrid Selection.
When I select a row in the dataGrid I'm executing a stored procedure.
This makes the row selection very slow.

Now I want to execute the stored procedure only if I do not select an other row during 300ms.

How can I do this?
I tried Timer and Thread, but couldn't make it work

Thanks in advance!!!
Posted

1 solution

If this is your only information to us I would suggest that you perform your calculation before you select the cells....

If you have additional information read code or explanation of the prosedure, please use the Improve Question button and add aditional information.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900