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

Telerik.WinControls.UI.RadGridView get column FormatString from Resource

1 Answer 115 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Ali
Top achievements
Rank 1
Ali asked on 05 Aug 2012, 11:38 AM

i use Telerik.WinControls.UI.RadGridView q1 2012  in visual studio 2010 c# project with .net 4 but i have a problem when i open form in designer mode without any change

form.designer.cs code changed like below for all columns in radgrideview

gridViewDecimalColumn1.FormatString = global::Projectname.Resource.name;

1 Answer, 1 is accepted

Sort by
0
Julian Benkov
Telerik team
answered on 08 Aug 2012, 03:03 PM
Hi Ali,

For some reason the FormatString is set from your Form resource string. Please verify you project settings and delete this string resource if it is not used in your application or remove the serialized code in your Form.Designer auto generated code. If you continue to experience the issues, please let me know what are the exact steps that I need to follow in order to reproduce it, so I can investigate it locally and provide you with further support.

Thank you for your time and cooperation.

Greetings,
Julian Benkov
the Telerik team
RadControls for WinForms Q2'12 release is now live! Check out what's new or download a free trial >>
Tags
GridView
Asked by
Ali
Top achievements
Rank 1
Answers by
Julian Benkov
Telerik team
Share this question
or