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

inCell edit with DropDownList bug

2 Answers 81 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Andrew
Top achievements
Rank 1
Andrew asked on 24 Mar 2011, 03:52 PM
This is either a bug, or at best needs a working example:

I want to use a DDL with InCell editing grids. After much head scratching I tried converting the ClientEditTemplates example to InCell by adding the following to the example

.Editable(ed=>ed.Mode(GridEditMode.InCell))
.ToolBar(commands => { commands.Insert();
                         commands.SubmitChanges();
})

This results in the ID being displayed in the cell after editing (which is the same issue I get in my rather more complex scenario!)

Any thoughts ? 

2 Answers, 1 is accepted

Sort by
0
Makoto
Top achievements
Rank 1
answered on 02 May 2011, 03:32 PM
I'd also like to know how to get a DropDownList in an edit cell to work.

I can display a drop down list when I click on a cell, and it shows the right value selected, however once I click somewhere else, the cell becomes empty and doesn't show what I selected.  It only appears it edit mode.
0
Atanas Korchev
Telerik team
answered on 02 May 2011, 04:08 PM
Hello Makoto,

 This code library project shows a sample implementation.

Greetings,
Atanas Korchev
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
Andrew
Top achievements
Rank 1
Answers by
Makoto
Top achievements
Rank 1
Atanas Korchev
Telerik team
Share this question
or