Does anyone know of an example where you can move rows between two grids (left/right)? In the attached image I've got two select boxes but I want to turn them into grids with a row event that moves them left or right. Any pointers would be greatly appreciated.
I used KendoListBox instead of Grid hope this will help you.
//Following is the template I used to fill the kendoListbox//
<script type="text/x-kendo-tmpl" id="ListViewtemplate">
<p value=${ProviderID}>
${ProviderName}
</p>
</script>