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

How to implement a "lookupquery" in radgrid

2 Answers 27 Views
Grid
This is a migrated thread and some comments may be shown as answers.
benitolopez_sistemas
Top achievements
Rank 1
benitolopez_sistemas asked on 13 Jul 2010, 06:52 AM
I need to implement a lookupquery in radgrid.

Table User
id, name, usertypeid

Table UserType
id, description

How can I implement in a radgrid, without using a sql view, I just need telerik designer :
User.id, User.name, UserType.description

2 Answers, 1 is accepted

Sort by
0
benitolopez_sistemas
Top achievements
Rank 1
answered on 13 Jul 2010, 11:17 PM
I am not in Insert/Delete/update, I just need listing the information.

Any comment.
0
Veli
Telerik team
answered on 15 Jul 2010, 01:06 PM
Hi benitolopez_sistemas,

You can use RadGrid's GridDropDownColumn to show data from a related table or entity. You can also refer to the RadGrid Column Types online demo to see the GridDropDownColumn in action.

Regards,
Veli
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
benitolopez_sistemas
Top achievements
Rank 1
Answers by
benitolopez_sistemas
Top achievements
Rank 1
Veli
Telerik team
Share this question
or