| Author: ABitSmart 27 Oct 2009 | Member Level: Diamond | Rating:  Points: 2 |
Sure you can. But a specific answer would depends on your implementation. Are you using DataBinding? If yes, then you will have to just set the property bound to the checkbox and WPF will take care of the rest. If no, use databinding :) This is a classic example of what DataBinding can achieve.
Kind regards, ABitSmart DNS Web-master, DNS MVM My blog Thoughts.exe
|
| Author: Gaddamchandrakanth 27 Oct 2009 | Member Level: Silver | Rating:  Points: 2 |
HI, Once again from Chandrakanth. I am binding Data to DataGrid.
After binding data to DataGrid i want to check all rows in WPF dataGrid by clicking CheckAll Hyperlink Button.
How can i check all the rows. Is there any Source code is there pls send me that code. or Any suggestions are there pls give me reply
Thanks and Regards Chandrakanth
|
| Author: ABitSmart 27 Oct 2009 | Member Level: Diamond | Rating:  Points: 2 |
Chandrakanth, if you are using DataBinding then on the hyperlink click you can set the property bound to the checkbox to true. Doing this will automatically tick the checkbox.
Kind regards, ABitSmart DNS Web-master, DNS MVM My blog Thoughts.exe
|
| Author: K Hari Prasad 04 Nov 2009 | Member Level: Gold | Rating:  Points: 2 |
go throw below linke, it might help you.
http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/50d2f917-ec02-4c8b-b7aa-1625747667c2/
|