I am having trouble getting a tooltip to update when the model changes.
How is this supposed to work?
I tried to build a very simple scenario in this snippet: http://dojo.telerik.com/ovOPO
How do you refresh a tooltip using AngularJS?
Hello,
As the title states, when you create a text input inside of a modal view, the background image is undefined. This does not cause any functional issues however it is annoying that requests are made for undefined on each load of the modal view. You can see the issue in your mobile modal demo at https://demos.telerik.com/kendo-ui/m/index#modalview/index. Open the modal view, inspect either of the text inputs and you will see the background-image points to an undefined url.
Thanks,
Matt
Hi All,
We have the requirement of creating the service api and use the view of razor( which consists of kendo controls) and bind the data into view and return the created html string from api.
We have tried to parse the view based on model, it is working when we are using plain razor engine. But when we are using any html extension we are getting error message.
Thanks, Early response would be appreciated.

I have a fully working grid that I can filter per. column , that is you can filter by each column with say "contains" text.
Im wondering if there is a way for me to initialize that with path variables. f.e.
http://localhost:54000/home/index?title=something&name=othername
and then the filter in the title column would have its filter text = "something" and the column name would have the filter text = "othername" etc.
I have a few columns.
Any ideas on how to do this ?
I have a index action in home controller that can reiceive these filter strings, but I dont know how to "set" them in the grid.
I could possibly send them into the view in the viewbag.
Regards,
Emil

I have implement grid finally. Previously I could do it with less effort but now by using angular js, it has become really painful. I have posted code. I have my api to load data and api expects parameters. I cannot change api's parameter to make it inline with the kendoGrid's request object. So I have created own view model and assigned the required parameters.
Current status:
-Data is rendered in the grid.
-Pagination works perfectly.
-Sorting also works but sort is not initialized on one click. I am wondering if there is change function for sort option like it has for pageable. Since I have assigned sort's values to my viewmodel in change() under DataSource, this changes the viewmodel's sort value after grid load. This is of no use for the first time. I have no idea where I am suppose to implement that....
Problems to be addressed:
-I would like to implement the custom filter on the grid rather than the one provided by the grid itself.
-and the sorting problem as mentioned above.

Hi I have an ajax call which returns a json string which consists of -
"{"d":[{"path":"/","e_type":"d ","text":"/"},
{"path":"//SQL","e_type":"d ","text":"//SQL"},
{"path":"//SQL/SourceClips","e_type":"d ","text":"//SQL/SourceClips"},
{"path":"//SQL/SourceClips/kjpDNxHD145_MC403.mov","e_type":"f ","text":"//SQL/SourceClips/kjpDNxHD145_MC403.mov"}]}"
I am trying to format this so there are 3 folders and one file inside the 3rd folder in the tree view. I want to use a loop so i can reuse this for any data I return.
Currently that is fine as far as printing each item on separate lines but i am trying to nest the last item into the third item.
Any help would be very appreciated.
I have a fully working grid that I can filter per. column , that is you can filter by each column with say "contains" text.
Im wondering if there is a way for me to initialize that with path variables. f.e.
http://localhost:54000/home/index?title=something&name=othername
and then the filter in the title column would have its filter text = "something" and the column name would have the filter text = "othername" etc.
I have a few columns.
Any ideas on how to do this ?
I have a index action in home controller that can reiceive these filter strings, but I dont know how to "set" them in the grid.
I could possibly send them into the view in the viewbag.
Regards,
Emil
Is the scheduler is supposed to work on iOS?
This demo (demos.telerik.com/kendo-ui/scheduler/index) is entirely non-functional in iOS7 and iOS8 as the tap and double tap events are being ignored. Is there a way to set up a scheduler that works on android, iOS, and Windows desktop? If so, how would you set that up?