I'm using a datagrid I have a couple of issues:
I've attached a sample code to provide a better understanding.
HI,
Please let me know if you need further assistance.
Sincerely,
Matt
Developer Support Engineer
Can you elaborate more on what you are doing. Based on the last sample. I was able to hold the cntrl or shift key over the checkboxes and the got checked.
Matt Developer Support Engineer
I'm back again. I was able select checkboxes based off of slecting rows when the user holds down CTRL or SHIFT. However I need to give the same ability to do that with the checkboxes as well mainly for SHIFT. Is there a way to do that?
I figured out a solution by using the method you had previously where I get the datarecord and check to see if its selected. And if it is cast that record to a type and change IsChecked to true.