Hi,
After reading the documentation on data attribute initialization, I tried to create a template for creating kendo window but none of the attributes are working. What's the proper way to initialize kendo window using data attributes?
Here is the template:
Thanks
After reading the documentation on data attribute initialization, I tried to create a template for creating kendo window but none of the attributes are working. What's the proper way to initialize kendo window using data attributes?
Here is the template:
<script id="windowTemplate" type="text/x-kendo-template"> <div id="#= Id#" data-width="400px" data-height="400px" data-modal="true" data-role="window" data-title="Title"> Content </div> </script>Thanks