DatePicker theme Issue
Hi All, Could anyone explain why the right datepicker shows up differently from the left although same scripts were applied? How do I fix it so the right looks like the left?var today =...
View ArticleLegend is overlapping in ie
Hi Danail,I have a runnable example, but it will not allow me to attach compressed files to my posts. Can I email it to you? Thanks, Johnathan
View ArticleCannot clear values of my combobox in a batch mode editing grid
I would like my end users to have the ability to clear the combobox values and save the blank data. When you clean the value and tab away from the combobox the gird shows the previous value and a...
View ArticleRestrict Number of Recrods Per Page in Reporting
Hi Rajesh, On your questions:You can use an ObjectDatasource that wraps a data retrieval method returning the DataTable object. You can also set the data at run-time e.g.:var report = new...
View ArticleWhy Telerik web reporting is sending multiple request?
Hi ythouma, The observed behavior is the expected one from the viewer - HTML5 Report Viewer and Reporting REST services cache management. If you need to get a report in one requests, you can use your...
View ArticleClear Image
Thanks for the reply. I am not using any of that code to cache it, but each time I click on the upload icon that opens the RadWindow with the RadImageEditor on it the last image displays automatically....
View ArticleClear Image
I found that it was loading from the cache as part of the example I copied. I got it now. Thanks!
View ArticleHTML 5 Report Viewer Error creating report document:Client with ID not found....
Hi Chetan, The mentioned settings for the Reporting RESt service cache are available in the latest Telerik Reporting Q2 2015 SP1 v9.1.15.731 release - HTML5 Report Viewer and Reporting REST services...
View ArticleClear Image
Okay, I lied. I removed that code and the original upload didn't work.... protected void RadImageEditor1_ImageLoading(object sender, ImageEditorLoadingEventArgs args) { //Handle Uploaded...
View ArticleRadGridView CellTemplate on dynamic columns
Yes, that worked. Here is my code:GridViewDataColumn col = (GridViewDataColumn)e.Column;Binding binding = col.DataMemberBinding;if(binding.Path.Path == "Name"){ col.CellTemplate =...
View ArticleUse in Single Page App scenario
I am using the Telerik Ajax controls in a Single Page App type scenario. I use the client side API of the Telerik controls combined with web service calls when I need to communicate with the server. I...
View ArticleMysql and DataStoreException
Hi The Model returns the same error for all my table: SomeTableInModel = 'Some_Model.SomeTableInModel' threw an exception of type 'Telerik.OpenAccess.Exceptions.DataStoreException' If I try and read...
View ArticleDisabling the automatic application of filters
I have very large data sets I want to display in a grid, and I'd like to use the auto filtering on the column header. But with my large data sets, users will typically want to specify a few filters...
View ArticleRadGrid Export To CSV
Hello,CSV is a text based file format, where as an images are binary data, the two don't mix well. You'd be better of supplying a reference to the images (relative path and name) and bundling them...
View ArticleGet rowID from column button click in ClientTemplate
Hello Dave,It is not completely clear for us why removing the data-uid attribute of the Grid rows is required. Could you elaborate further? Regarding the specific case, you could use jQuery's closest()...
View ArticleIn the RadScheduleView, in the month view, is there a way to make the row...
Hello,Was this feature ever implemented? If so, is it available for WPF and is there documentation somewhere on how to implement it?The link to the ticket appears to have expired and takes me to the...
View Articlehow do i conditional set the visibility of the Command.Edit button on a row...
Hello ManniAT,I am glad the issue is resolved. Let us know if further help is required.Regarding the last suggestion, Kendo UI is not part of the Rad toolkit. It is a JavaScript framework and tends to...
View ArticleImageEditor Zoom Function
I tried this code and it skews the image and doesn't just change the zoom. If I use the toolbar to get to 50% zoom it looks fine. If I use this code the picture proportions are way off.
View Article