Posted on: 9/9/2014 4:34:51 AM | Views : 469

I want to use two types of editing like inline editing and popup editing for a single kendo grid
inline editing for Commands
popup editing for Toolbar,,
alredy i searched google but i didnt get related pages
in popup editing i want to use template
<script id="customPopUpTemplate" type="text/x-kendo-template"> <form id="myForm" action="" method="post"> <div align="right"> <span id="Spn2" class ="span">* Mandatory Fields</span> </div> <div align="center"> <span id="Spn1" class ="span1" ></span> </div> <div class="heig"> </div> <div class="k-edit-field"> <input name="FirstName" ...

Go to the complete details ...