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

How to use customized edit box for edit column cammand instead of the default one?

0 Answers 46 Views
Grid
This is a migrated thread and some comments may be shown as answers.
cxu
Top achievements
Rank 1
cxu asked on 16 Jul 2012, 03:46 PM
When configuring the grid, I add following to edit the row using a popup box
columns.Command(command => { command.Edit()}
and
.Editable(editable => editable.Mode(GridEditMode.PopUp))

 

However, kendo is using a default edit box (don't know where it coming from). I want to use a edit box created by myself instead of this default one. How do I achieve it?

No answers yet. Maybe you can help?

Tags
Grid
Asked by
cxu
Top achievements
Rank 1
Share this question
or