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

asp.net mvc grid edit in popup

0 Answers 46 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
imad
Top achievements
Rank 1
imad asked on 17 Aug 2011, 02:24 PM
Hi,

I am having so much trouble in customizing the editor template for my model in popup edit mode.
One of the issues i am facing is the multiple checkbox fields with same name (in other term CheckBoxListFor helper), the submitted value is not an array and it takes the last checkbox value as bool discarding the value field of the checkbox. Also same problem in loading the selected values. (PS: i am using ajax binding)

The other issue is the datepicker that allow non valid date to be submitted.

Currently i am using a hidden field and jquery as workarround.

Please any help is appreciated.

Thank you.
Tags
General Discussions
Asked by
imad
Top achievements
Rank 1
Share this question
or