This is a migrated thread and some comments may be shown as answers.

Issues with adding Automation id to few controls

0 Answers 86 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Radhika
Top achievements
Rank 1
Radhika asked on 21 Feb 2011, 10:52 PM

I am getting a xaml exception when i add Automation id to DataGridCheckBoxColumn. Below is the code

 

<datagrid:DataGridCheckBoxColumn x:Uid="Grid:DataGridCheckBoxColumn_1" Width="Auto" Binding="{Binding Path=IsXYZ, Mode=TwoWay, ValidatesOnExceptions=true, NotifyOnValidationError=true}" Header="XYZ" IsReadOnly="True"

AutomationProperties.AutomationId="DataGridCheckBoxColumn_1" />

Any help apprciated.

Thanks

Tags
General Discussions
Asked by
Radhika
Top achievements
Rank 1
Share this question
or