Hi
I am trying to create a coded test step to access a Telerik RadGridView control in my WPF application.
I have added the control into the elements list, but the properties of the element shown by intellisense are different to those of the Telerik RadGridView control (as defined here http://docs.telerik.com/devtools/wpf/api/html/Properties_T_Telerik_Windows_Controls_RadGridView.htm)
e.g. Telerik RadGridView control has a property called Columns, which doesn’t appear to be available within the code step.
Can you explain why this is?
Thanks.
I am trying to create a coded test step to access a Telerik RadGridView control in my WPF application.
I have added the control into the elements list, but the properties of the element shown by intellisense are different to those of the Telerik RadGridView control (as defined here http://docs.telerik.com/devtools/wpf/api/html/Properties_T_Telerik_Windows_Controls_RadGridView.htm)
e.g. Telerik RadGridView control has a property called Columns, which doesn’t appear to be available within the code step.
Can you explain why this is?
Thanks.