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

Client EditorTemplate workaround?

0 Answers 41 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.
raphael
Top achievements
Rank 1
raphael asked on 08 May 2012, 02:40 PM
Hi there,

I'm trying to find out if there is a workaround to get my dropdown template edit make work.

Inside my model I decorate my currency model
 
[UIHint("Currency"), Required]
public CurrencyModel Currency { get; set; }

and on my cshtml i add the column like that

columns.Bound(a => a.Currency.CurrencyCode).Width(90);

of course my combobox does not get loaded, but is there a way to achieve to work with my combobox on client edit or the only way make it work is using the server edit template?

Thank you very much

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