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

HELP needed for GridDropDownColumn

3 Answers 73 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Gert Petersen
Top achievements
Rank 1
Gert Petersen asked on 07 Apr 2010, 01:57 PM

Hi,
I have a question regarding GridDropDownColumn

In a Grid, i want the field prodtype to be a dropdown, where i can pick a value from ANOTHER table, when i update
or insert in the grid.

I know i can do it like this, but in this example, the values come from the same table as the grid is build on:

<telerik:GridDropDownColumn
 DataSourceID="SqlDataSource1"
 ListTextField="prodtype" ListValueField="prodtype"
 UniqueName="prodtype" SortExpression="prodtype"
 HeaderText="prodtype" DataField="prodtype">
</telerik:GridDropDownColumn>

Hope i can do it without any code.

Br
Gert Petersen

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 07 Apr 2010, 02:45 PM

Hi Gert Petersen,

I hope the following documentation would help you in customizing the GridDropDownColumn:

Customize/Configure GridDropDownColumn

-Shinu.

0
Gert Petersen
Top achievements
Rank 1
answered on 07 Apr 2010, 02:48 PM
I have looked at this, but is it not possible for you to show me a small exampel, thanks?
I can't figure it out when i have to use another tabel

Br
Gert
0
Gert Petersen
Top achievements
Rank 1
answered on 08 Apr 2010, 07:10 AM
Forget it, i figured it out :-)

Br
Gert
Tags
ComboBox
Asked by
Gert Petersen
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Gert Petersen
Top achievements
Rank 1
Share this question
or