Hi team,
I have an requirement where i click an <a id="name" text="Empname"></a>
When user click the attribute a i need to call an kendo Window window which in terms call an remote data source in my case web api service.
Once i get the data i need to show those fields in the kendoWindow and close button to close it.
Fields that i need show
Name
Company Name:
<div id=
"dialog"
></div>
<script>
$(
"#dialog"
).kendoWindow({
autoFocus:
false
});
</script>
Address:
so how can i call in service from kendoWindow and bind it to an html field like label
if you can give some reference nand mock up of code here i can build my screen thank you again!
Thanks