This question is locked. New answers and comments are not allowed.
When editing the DataFormatString in my XAML in VS 2010 SP1 for a Telerik GridViewDataColumn like:
Will cause VS 2010 to crash to the desktop with the following error:
Visual Studio has encountered an exception. This may be caused by an extension. ...
I'm running version 2012.2.607.1050 of RadControls. Is this a known bug? I have the v 2012.2.725.1050 downloaded but not installed yet ... but no mention this was fixed in .725.
Any info on this?
Thanks, Rob
<
telerik:GridViewDataColumn
Header
=
"Date"
MaxWidth
=
"80"
MinWidth
=
"80"
Width
=
"80"
DataMemberBinding
=
"{Binding ToDoSystemDate}"
TextAlignment
=
"Right"
DataFormatString
=
"{}{0:dd, MMM, yyyy}"
/>
Will cause VS 2010 to crash to the desktop with the following error:
Visual Studio has encountered an exception. This may be caused by an extension. ...
I'm running version 2012.2.607.1050 of RadControls. Is this a known bug? I have the v 2012.2.725.1050 downloaded but not installed yet ... but no mention this was fixed in .725.
Any info on this?
Thanks, Rob