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

Problem with dropdown combobox when creating grid in code

1 Answer 32 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vassilis
Top achievements
Rank 1
Vassilis asked on 01 Dec 2016, 04:54 PM

Hi we have a dataset generated from SQL and within this dataset we also have an extra table where its the source of a lookup.

We have a grid operating in batchmode (inline editing) which we create programmatically. We want to have a dropdowncolumn which is bound to that extra table.

Please dont tell me that to implement this we need to implement templates its a simple requirement .

1 Answer, 1 is accepted

Sort by
0
Kostadin
Telerik team
answered on 06 Dec 2016, 01:43 PM
Hi Vassilis,

A possible solution is to use GridDropDownColumn to render such editor. However, you should note that you have to specify a DataSourceID to the ID of a data source control bound to the extra table.

Regards,
Kostadin
Telerik by Progress
Telerik UI for ASP.NET AJAX is ready for Visual Studio 2017 RC! Learn more.
Tags
Grid
Asked by
Vassilis
Top achievements
Rank 1
Answers by
Kostadin
Telerik team
Share this question
or