Hi,
I'm having some issues with some kendo controls, mostly with the grid and the autocomplete.
The grid is being created with KendoUI and the Autocomplete with ASP.net MVC editor templates and both are a bit lower than expected.
If i search something on the autocomplete or load some data into the grid it makes the call to the webservices and after the data is return it still
a delay (+-6 seconds) before the content is painted on the control.
I have trying to query the same api endpoints using a jquery autocomple and its way faster.
Also the page in general has +20 kendo controls and it takes quite long to load.
So my question is, is there any way that i can measure and optimize the performance of the telerik controls?
Thanks in Advance