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

Error in Column

1 Answer 50 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Manuel
Top achievements
Rank 1
Manuel asked on 10 Jun 2009, 10:54 PM
Hi..
I'm using ADO Entity Framework and displaying information in a GridView...
But I have a problem...
This is the code I use to obtain information:

radGridView1.DataSource = context.CF_Actividad.Select(

"it.ACT_Clave as [clave.clave], it.ACT_Descripcion").Execute(System.Data.Objects.MergeOption.OverwriteChanges);

 


note: CF_Actividad is my table.

well, ACT_Clave column has an alias, when this alias contains a dot(.), the information in this column is not displayed..
However, the information in the column description, if displayed.
The problem is when has a dot in the alias..
Thanks!!

1 Answer, 1 is accepted

Sort by
0
Julian Benkov
Telerik team
answered on 12 Jun 2009, 10:43 AM
Hi Manuel,

Sorry for the introduced inconvenience. The problem is related to RadGridView parsing of the column FiledName. The dot(.) is processed as a separator for inner properties (sub properties). Hence we currently does not support this scenarios of using Entity framework and we will make research for the possible implementation of that in the next release after Q2.

Greetings,
Julian Benkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
Manuel
Top achievements
Rank 1
Answers by
Julian Benkov
Telerik team
Share this question
or