Hi,
I have a Gantt chart tree structured data. I have accomplished using 'summary=true' on data source. The issue is my web service provides only the parent level data first. On expand of an item, I need to make a call to get the next level data and dynamically insert into it. seems there is no event on expand and not sure how to deal with this scenario.
Any help is appreciated.
Thanks

.Editable(editable => editable.Mode(GridEditMode.InCell))
Hi
We look for a way to programmatically hide a certain column from a chart according to its category value and user selection. For example look at the following basic columns chart dojo:
http://dojo.telerik.com/eyaFi
How can we hide from this chart the column of year 2005 programmatically?
Notice we look for a way to hide/show it programmatically and dynamically without manipulating the chard data
Thanks,
Ron
Hello,
I have a problem when using cascading drop down lists and the MVVM source and value bindings. I created a demo here: http://dojo.telerik.com/EweGO/2
Selecting something in the first drop down ("province") causes the displayed value in the second drop down ("location") to update as expected. But even though both province and location are bound to the view model with the value binding only the province will actually be set on the view model as can be seen in the console log. So the location value does not change on the view model but is displayed in the view. It should be either empty or set in both. Is this a bug or am I missing something?
Hiya,
I was trying to get the x&y value of a scatter chart while dragging a point. I was able to get the x&y value using the plotAreaClick event but could not do the same in the drag and also on the dragStart and dragEnd events. Can you show me a way to achieve this?
Best regards,
Ruby
Users are creating a new record for a bound grid inside of a popup. Upon return, the new row is created via SignalR & the .create method but it's showing at the bottom of the grid. Is it possible to place the new record at the top of the grid (w/out changing sort)?
For, refreshing the grid is a partial workaround (SO link below), but still does not place the row where we would like it.
Thanks!
http://stackoverflow.com/questions/29529318/how-to-use-signalr-datasource-with-kendo-grid