We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

syncfusion/kanban submit text instead of value from dropdown list while submit the kanban form

I'm working with a kanban of the Syncfusion, While submit the form using kanban, I can see text value[ Close ] instead of id[ 1 ] on the submitted form data. Can anyone help me please for get value instead of text from dropdown when submit the kanban form.

Here is my sample code,

<select id="Status" name="Status">
    <option value="1">Close</option>
    <option value="2">InProgress</option>
    <option value="3">Open</option>
    <option value="4">Testing</option>
</select>

<script type="text/javascript">
$(function() {
$("#Kanban").ejKanban({
       dataSource: window.Users,
       actionComplete: function(args){
           if (args.requestType == "beginedit" || args.requestType == "add") {
            $("#Status").ejDropDownList({ width: '175px' });
           });
       }
   });
});
</script>

1 Reply

KC Kasithangam C Syncfusion Team August 1, 2016 05:44 AM UTC

Hi Saravanan, 
Thanks for contacting Syncfusion support. 
We have created new incident for this query. A support incident to track the status of this issue has been created under your account. Please log on to our support website to check for further updates. 
 
Regards, 
Kasithangam 


Loader.
Live Chat Icon For mobile
Up arrow icon