Manually Initialize ComboBox list via javascript
For the life of me, I've been trying to search of a way to manually initialize a radcombobox. I'm able to initialize it via the ItemsRequested event like...
View ArticleKendoUI Grid with WebAPI
Hi Patrik, Thank you for sharing a working implementation. I admit that the current Scaffolder suffers from some issues and I understand your disappointment. We will do our best to address these as...
View ArticleThemes not applied to pivot?
Hi Nasko - You are right, this does work as expected. I was not seeing the StyleManager as an option when typing in IntelliSense, so I figured it wasn't available. When typing out the whole thing, it...
View ArticleOpening makes small changes to measurements
Hello Scott, Only two of the five columns in the table have a modified width. This might be caused by an actual change in those report columns or in other report sections/items. If the report has not...
View ArticleXmlHttpRequest doesn't complete when fiddler is capturing traffic
Sorry, forgot to add that this is only a recent occurrence: up until about a week ago, batched requests were working perfectly. I been back through my revision history to double check that I haven't...
View ArticleOpening makes small changes to measurements
I'll create a ticket as these changes were not done through modification in the designer. Thanks.
View ArticleKendoUI Grid with WebAPI
Hi Dimo,Thanks for responding. Sorry for coming down so hard on the scaffolder but I think this is a really important area and something Telerik definitely should invest some time and money in....
View ArticleRadDropDownList Not Getting Selected Value from Data base
I am new to the Telerik platform and am building an edit form in a RadGrid populated via data entity with code behind needDataSource.In the EditFormSetting I call a UserControl Form which renders the...
View ArticleRestting the layout runtime
Is it possible to reset the layout of a wpf control at runtime. My scenario is that if I add a column to a persisted grid view the user will not be able to see it unless they delete their settings....
View ArticleProgrammatically change CrossTable column widths depending on bound data
Hello,I want to change the width of columns of a CrossTable depending of the bound data. I know how to change the columns but I do not know at what time I can do that. My report gets its data via...
View ArticleKendo Export Not working - when scrolling is enabled
Thank you so much Dimiter. This is the part exactly what i expected, which initiate grid pdf creation programmatically. grid._drawPDF(progress)
View ArticleChrome 47.0.2526.73 m breaks AsyncUpload
i have exactly same issue with you. let me know if you have any luck to fix it. Thanks,
View ArticleHow to apply Context Menu to specific Grid or ListView rows
I am looking at the Context Menu demo at http://demos.telerik.com/aspnet-mvc/menu/context-menuThere are several buttons that are part of the context menu such as Reply, Reply All, Forward, etc....
View ArticleChrome 47.0.2526.73 m breaks AsyncUpload
No - no fix. In fact, support has stated that they can't reproduce. But my code which worked last week (and for a year) is broken under Chrome 47.0.2526.73m, and I downloaded a portable Chrome...
View ArticleChrome 47.0.2526.73 m breaks AsyncUpload
Here's where you can get older Chrome portable versions to test for yourself:http://sourceforge.net/projects/portableapps/files/Google%20Chrome%20Portable/
View ArticleTimebar SelectionEnd off by a day.
Hello Nate, The described behavior is caused by the nature of the selection feature of RadTimeBar. Basically, the selected interval doesn't include the end date, but it is defined just before it. This...
View ArticleHow to change pageSize using setOptions with pageable enabled
Hi everyone, I searched for a long time for that issue, and that's why I am telling the solutions to everyone.We need to enable and disable grouping dynamically. Also, when grouping is enable, we need...
View ArticleChrome 47.0.2526.73 m breaks AsyncUpload
I just downloaded support's test - and it works fine in Chrome 47*. I'm now trying to see why - what is the difference between this and my other projects (both C# and VB.Net).
View ArticleHow to persist shape rotation?
I'm trying to persist shape rotation. I've followed the demo at http://demos.telerik.com/kendo-ui/diagram/editing and can persist width, height, etc.However even the demo at...
View ArticleHow to determine which item was checked?
I am using the checkboxes in a RadTreeView. The treeview items are bound to my own heirarchical type called TreeNode. When an item is checked how do I determine which TreeNode object was...
View Article