I am trying to build  a dashboard  using telerik kendo with at least 3 template and a drop down panel from where i need to drag and drop  to those template ...
am using   
<div kendo-sortable class="col-sm-4 placeholder" id="side"
                        k-connect-with="'#main'"
                        k-placeholder="placeholder"
                        k-hint="hint"
                        k-filter="'.widget'"
                        k-on-change="dropped(kendoEvent)" style="width: 180px">...</div>
AND
   <div kendo-sortable class="col-sm-8 placeholder" id="main"
                    k-connect-with="'#side'"
                    k-placeholder="placeholder"
                    k-hint="hint"
                    k-filter="'.widget'"
                    k-on-change="dropped(kendoEvent)">....</Div> 
but by using this i can create only one template how to create rest.
		Hi Sir, We are using your trial teleric control radGridview in our application and we hide the parent col that is also hide the nested of child col which name was same. If it is posible that is not hiden the nested col record. Thanks, Rakesh
You can forward technical questions to our public forums or support system on telerik.com. Thus our support staff will advise you accordingly. Thank you for your understanding.
