Is possible to have a user defined popup editor for kendo grid?? If yes how to add that editor??
i want below editor to popup when i click the edit button on the grid,
<div class="modal inmodal fade" id="myModal5" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header" style="padding-top: 10px;">
</div>
<div class="modal-body">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-white" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary" ng-click="SaveZone()">Save</button>
</div>
</div>
</div>
</div>