Posted on: 1/28/2015 6:49:26 AM | Views : 537

Hello Everyone,  I am facing problem with knockout bindings. I am new to knockout. So please help me. I am dynamically binding foldernames along with files to accordion. here files are showing in image tag with checkbox also.  How to remove selected files by checkbox on single button click.  here i am posting my code. checkout & help me

https://onedrive.live.com/redir?resid=57F910BDE37D7368%21181
<div class="accordion-style1 panel-group" id="accordion" data-bind="foreach:$root.ExtractedMultipleAttachementlist"> <!--Start Region ==> Personal Information Accordion --> <div class="panel panel-default panel-default-custom" style="clear: both"> <div class="panel-heading" s ...

Go to the complete details ...