Telerik Report Data is not getting displayed on Internet Explorer v11.0
Hi Rahul, Please check the Design Considerations for HTML Rendering and test the suggestions from the Browsers and limitations section. I hope this helps. Regards, Stef Telerik by Progress Do you want...
View ArticleScanning check in AsyncUpload like Gmail
Hello Team,I have a client requirement to add a scanning check on upload control like when we attach any document on gmail then gmail upload control start scanning before upload. ThanksAfroz Khan
View ArticleLatest online resources for UI for WPF
RadAutoCompleteBoxSetting NoResults for RadAutoCompleteBox With the NoResultsContent and NoResultsContentTemplate properties of RadAutoCompleteBox you could easily add a text or any other content to...
View ArticleLatest online resources for UI for Silverlight.
RadAutoCompleteBoxSetting NoResults for RadAutoCompleteBox ith the NoResultsContent and NoResultsContentTemplate properties of RadAutoCompleteBox you could easily add a text or any other content to...
View ArticleRadEditor IE 11 Preview More Not Working
Hi,This is for IE11 on Widnows 7 with <meta http-equiv="X-UA-Compatible" content="IE=Edge" />I have multiple rad editors on a page. For each of them the EditMode is set to Preview. The first...
View ArticleAndroid beta?
Unfortunately it appears that the gauge is not in UI for Xamarin (2016.3.914)? I see it is in UI For Android (I downloaded the zip 2016.3.914 and looked).I also didn't see any beta or internal...
View ArticleKendo Grid in DetailrowTemplate
This example only works if the row has been expanded before. var checkbox = $(this); var nextRow = checkbox.closest("tr").next(); // find the assosiated detail row //Note: the row should be expanded at...
View ArticleHTTPS handshake failed
Hello, Sorry about the late reply. Do you have any third party encryption software installed? It looks like Windows cannot access the certificate private key. Normally regenerating the certificate...
View ArticleAdd-on with external dependencies
Hi, This is not really the same issue. I did reply to your stackoverflow thread. Regards, Tsviatko Yovtchev Telerik by Progress Do you want to have your say when we set our development plans? Do you...
View ArticleClear all filters - programmatically
Just in case anyone would find this useful: public void Prepare(Telerik.Windows.Controls.GridViewColumn columnToPrepare) { _column = columnToPrepare;...
View ArticleWindows Store App Support
We were hoping that we would be able to test our windows 10 store app with Test Studio 2016. I see the WPF option but is there support for Windows 10 store apps?
View ArticleApplication crashes on selecting an item in RadSide Drawer
Hi,I am using a RadSideDrawer as shown in this link (http://docs.telerik.com/devtools/xamarin/controls/sidedrawer/sidedrawer-overview).I have a Grouped listview to show hierarchical data. When I select...
View ArticleIE 11 on windows 10 non-responsive when recording
I am experiencing a similar issue. It doesn't even seem to get to a point to trying to navigate to a URL. Even if I change the navigate to URL to google.com it remains at about:blank. Chrome and...
View ArticleTypescript definition missing DataSource.transport.cache
Hi Stefan,I think you are confusing transport.cache with transport.read.cache. transport.cache is the feature described in the link of my original message. transport.read.cache is the jQuery.ajax...
View ArticleExcel-style Delete key behavior in GridView
Is there any way to implement Excel-style "Delete" key behavior for selected cells in RadGridView? I want the Delete key to clear the selected cell's contents, setting the underlying data-bound...
View ArticleHow to create an ObjectDataSource class
Hi Richard, Just to add some details about the ObjectDataSource and how it works.In general, the purpose of the ObjectDataSource component is to provide data to the report in a declarative manner. The...
View ArticleString Split
Hello Loren, Yes, the user function can return a custom object which properties will be accessible. Yet custom object cannot be reused in one expression without calling again the user function. Instead...
View Article