This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi There, I have datagrid that binds to a BindingList If the value IsEnable = true, the Row on DataGrid is enabled. If IsEnable = false, the Row on the DataGrid is disabled. How can we do that? On Xaml how can we access the IsEnable property if we want to use DataTrigger to do it as:
Thanks, Gordon |
|
|
Hi Gordon, I'll get back to you about this. -Jason Fauchelle |
|
|
Hi Gordon, I've been able to look into this now. You can get this to work by changing the binding like this:
Hope that helps. -Jason Fauchelle |
|
|
Thank you very much, Jason. It worked. I remember trying something similar but did not use RelativeSource Binding. Thanks, Gordon |
|