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

[Solved] Multiselect Dropdown as Column in MVC Grid

1 Answer 125 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.
Dipak
Top achievements
Rank 1
Dipak asked on 05 Apr 2012, 06:23 PM
Hi,

I wanted to attach one column with Multiple values, like the column i can render dropdown with multiple choice or checkbox list so i can select multiple values in edit mode.

Does anybody have any idea?

1 Answer, 1 is accepted

Sort by
0
Dadv
Top achievements
Rank 1
answered on 06 Apr 2012, 02:06 PM
the difference between the 2 select is  2 attributes : multiple="multiple" size="3"

So you probably can add them on the fly in the OnEdit event
Tags
Grid
Asked by
Dipak
Top achievements
Rank 1
Answers by
Dadv
Top achievements
Rank 1
Share this question
or