Grid with Datepicker in Toolbar
i used that js scritp to collapse grouped row in my grid on DataBound Event:functioncollapseGroupRows() { vargrid = $("#Grid").data("kendoGrid");...
View ArticleMultiple device development
Hi, I have a general question about what is the best/recomended approach for working on Telrik projects across multiple machines.For example, I'm developing an application on my main development...
View ArticleHow to change the font size of Skin: Glow
thank you very much! Is there a general control that can change all controls all together at once?
View ArticleTab Sort Problem
Hi,I followed this demo(http://demos.telerik.com/kendo-ui/sortable/integration-tabstrip) to integrated the sortable control to tabstrip, because in our project the tab content contain iframe, every...
View ArticleRunning FiddlerCore in an Azure Worker Role
Hi, In connection to my previous post in using FddlerCore as a general purpose forward proxy, I was wondering if it's possible to host it with Azure, and if so I guess the most logical component for...
View ArticleDragAndDrop RadGridView, Drag into Grid whitespace
If I add the following to OnDrop in RowReorderBehaviour.cs it solves the issue. // this occurs when you drag an item over itselfif(details.CurrentDraggedItem == details.CurrentDraggedOverItem){...
View ArticleDelete Account
Hello, Thank you for reaching out to us. I have deactivated your account. Please feel free to contact us with any questions. Regards, Colleen Telerik See What's Next in App Development. Register for...
View ArticleTesting products with localhost
Hello Etienne, Thanks for reaching out. Can you please provide me with a work email address? I would need to connect you with a product specialist who would be able to assist you with this. Regards,...
View ArticlePersist Drag and Drop Changes
Would it be possible to post an update that's in MVC 5?Thanks!Laurie
View ArticleDisplaying Datasource Parameters in Report Body
I have a report with a parameter set at the datasource level to pull the Top N results from the database.I would like to be able to display the current value of the Top N datasource parameter in a text...
View ArticleDisplaying Datasource Parameters in Report Body
i.e.If @topCount is set to 5, then "Top {@topCount} Records by Total" would display as "Top 5 Records by Total".
View ArticleSum of columns in GROUP FOOTERS
I have a radgrid I am using to create what is essentially a dynamic crosstab where I create date columns across the top, based on calculations at runtime. I know many of the column names at design and...
View ArticleHow to change the font size of Skin: Glow
Hello, Unfortunately there is no way to change the font-size of all controls at once. Regards, Pavlina Telerik See What's Next in App Development. Register for TelerikNEXT.
View ArticleRadOpen RenderMode and Skins
Please Help, How if using RadOpen in javascript to change the Render Mode and Skin?
View ArticleManually set style for a given control from Telerik implicit Theme (Office2013)
I would like to use the 'accent'/'selected' color from my office 2013 implicit theme for a generic control (in my case I am using a Hyperlink inside a TextBlock - I have two of those) in code/xaml to...
View ArticleManually set style for a given control from Telerik implicit Theme (Office2013)
[quote]Omexus said:I would like to use the 'accent'/'selected' color from my office 2013 implicit theme for a generic control (in my case I am using a Hyperlink inside a TextBlock - I have two of...
View ArticleIssue With Transferring Items
Unfortunately, I had to solve the issue in the OnTransferred event to remove the item from one list and add it back to the other list.
View ArticleUse FiddlerCore as a forward proxy to replace Squid
Hello, Shloma-- Your best bet would be to try it out, but generally speaking, FiddlerCore is not designed to be used as a general purpose shared proxy server for thousands of users. There are...
View ArticleIncorrect min.js.map files in Commercial Distribution
And.... this is broken again in the Kendo UI Q1 2015 SP1 release. Source files are back into src/js, but the .map files are referencing them as being in src/src.
View ArticleConfigure Fiddler to show sites that use non default ports
Hi, Ian-- You can easily flag traffic going to a non-default port in Fiddler; simply click Rules > Customize Rules. Inside OnBeforeRequest, add code like: if ( (!oSession.isHTTPS &&...
View Article