Beginner needs help with JSON data binding
Hi, I think I am having the same issue - I think. Im new to Kendo as well. I am trying to shape my JSON object to display nested array of objects. Below is a screen shot of what I am getting back. Can...
View ArticleBeginner needs help with JSON data binding
Here is the screen shot. For some reason It didn't attach the first time.
View ArticleFiddlerHook could not be verified for use in Nightly and has been disabled
Hi, You can try updating FiddlerHook and/or Firefox, Kevin. That looks like some unaccounted for change in the API of the Firefox version you have installed. Have in mind, though, that if you update...
View ArticleAny plans in place to introduce a collaborative real-time editor?
Posted this in the wrong section initially... I was wondering if there were any plans to introduce a sort of collaborative real-time editor, similiar to how Google allows users to edit documents at...
View ArticleCopy rotator contents to clipboard
I have a RadRotator which is bound to a list of business objects, the RadRotator is placed inside a tile and the user has a requirement to copy the contents that are displayed on the tile (Content...
View ArticleHow-To Replace Row DataBoundObject with Derived Object?
I used a bit of a different method, but CellEndEdit event was the key. Thank you!
View ArticleFramework is heavy!
Thanks Kiril,So is there any supported way to create a custom build of the non-minified files? The non-minified version is helpful for development and debugging. AFAIK, the online tool and RequireJS...
View ArticleFramework is heavy!
Sorry, I meant a custom build of non-minified files with optional features excluded.
View ArticleAppBuilder tutorial suggestions
I also had a hard time following the tutorial. It would be nice to have full code after each step to compare to in case one gets stuck. The quick 15 minute tutorial turned into an hour plus because I...
View ArticleRadListView and Deleting Items
I have very similar code that works with a RadGridView and that code throws the same ArgumentOutOfRangeException after calling BeginUpdate(), deleting an item from the data bound List<> and then...
View ArticleRadContextMenu close with escape keypress
The RadMenu already handles closing on "esc" key press. But the RadContextMenu does not. So... The problem is the keypress event is not fired on the grid / tree view / button etc because the key is...
View ArticleImage & PageDOM missing in email
Hello. When running a scheduled test list and an error occurs, my emailed results are missing data on the Images and Page DOM tabs. I had reported this recently and it was thought that the latest...
View ArticleArtoftest.runner.exe error
Hi, when I try and run a test list from the command prompt with the runner I get the following error:ProjectCompile: Compile failed: error CS2021: File name 'D:\AdTestProject\bin\.dll' is too long or...
View ArticleGrid inline editing cell leave event
Hi Boyan, thanks for the answer. Before i try that, i will ask something else.Is it possible to somehow "open" all cells in Edit Mode when "Incell" is selected as the grid edit mode ? Actually Incell...
View ArticleAppointment class - Calculate when is the next appointment
It doesn't seem to be so trivial. :-) So if you send me a code that shows all appointments for one particular day when recurrence is set, I would appreciate it. Thanks
View ArticleTime Picker usability issue
Hi ,i have an issue with telerikTimePicker it is really random one . when the client try to select a time from the time picker it only show two selection 12:00 AM and 12:00 AM when he refresh the page...
View ArticleProblems with Grid using SignalR and ServerFiltering, Sorting and Paging
Sorry for bringing this thread back from the dead. Your example is the only one I could find that has Razor syntax for the signalR grid however there are some issues I am facing: The link on the main...
View ArticleStacked Chart - Labels
After I upgraded to version 2015 Q2, I noticed that my stack charts changed. The labels on the stack series are now displaying a line also (see attached example). We do not want the extra line to...
View ArticleSelecting row in grid causes page to scroll
I'm able to make this page scroll jump occur with build Q3 2015 using your example from above http://dojo.telerik.com/uwUno; howevever, I changed the grid to be defined this way. Scrollable, Multiple...
View ArticleKendo Grid display items issue
Hi All, In my grid, I have the following script myGridData.ds = new kendo.data.DataSource({ transport: { read: function(options) { var myData = [];...
View Article