Hi,
I work in Visual Studio, code first type development. Application under the test is Silverlight app. in browser.
On a page I have a grid. I get instance of the grid using code like:
var temp = Get<Telerik.WebAii.Controls.Xaml.RadGridView>("Name=MyGridName", "XamlTag=bradgridview");
The question is - when I look "temp" all collections (GroupHeadersRows,Rows , etc. ) always empty?