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

GridViewLookUpColumn bug??

1 Answer 72 Views
GridView
This is a migrated thread and some comments may be shown as answers.
JOSE MANUEL PÉREZ RAMÍREZ
Top achievements
Rank 1
JOSE MANUEL PÉREZ RAMÍREZ asked on 07 May 2008, 11:36 AM

If i create  GridViewLookUpColumn from designer then create this code in intializeComponent. When i run, do not show column.
if i create like telerik example in form constructor  then run ok.

Same code in two places not same run.

Telerik.WinControls.UI.

GridViewLookUpColumn gridViewLookUpColumn1 = new Telerik.WinControls.UI.GridViewLookUpColumn();

gridViewLookUpColumn1.HeaderText =

"Grupo";

gridViewLookUpColumn1.Width = 150;

gridViewLookUpColumn1.FieldName =

"CodGrupoBaremo";

gridViewLookUpColumn1.DataSource =

this.grupoBaremoBindingSource;

gridViewLookUpColumn1.ValueMember =

"CodGrupoBaremo";

gridViewLookUpColumn1.DisplayMember =

"DescripcionGrupo";

this

.elementoBaremoRadGridView.MasterGridViewTemplate.Columns.Add(gridViewLookUpColumn1);


1 Answer, 1 is accepted

Sort by
0
Jordan
Telerik team
answered on 09 May 2008, 01:28 PM
Hello JOSE MANUEL PÉREZ RAMÍREZ,

Thank you for writing.

We are aware of this issue. It is on our TODO list and will be addressed in the Q1 2008 Service Pack 1 release (due in the middle of this month).

Sincerely yours,
Jordan
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
JOSE MANUEL PÉREZ RAMÍREZ
Top achievements
Rank 1
Answers by
Jordan
Telerik team
Share this question
or