This question is locked. New answers and comments are not allowed.
Before last relase I'm using this code
after update to 2012.2.625.1040 VS2010 show me that "Borders.All does not have a setter",
I tryied to change code in this versione
But the borders does not appears! What can I do?
Help!
_tDA.Borders.All =
new
Telerik.Windows.Documents.Model.Border(BorderStyle.Single);
after update to 2012.2.625.1040 VS2010 show me that "Borders.All does not have a setter",
I tryied to change code in this versione
_tDA.Borders =
new
TableBorders(
new
Telerik.Windows.Documents.Model.Border(BorderStyle.Single));
But the borders does not appears! What can I do?
Help!