Open Advanced search window from report
Hi Katia,We could add each segment as a parameter. But, the issue is that the list of segments is obtained at the runtime. Not all customers will have the same list of segments. Is there anyway to...
View ArticleRotator Reponsive design
Hi,The rotator itself may get 100% width, but this has some requirements and limitations (such as that the Rotator's items have width in pixels) as described in the documentation:...
View ArticleKendo UI in SharePoint Application Pages
Hi All,I'm very new to this community and started to use the trial version of Kendo UI on Friday last week. I was asked by my Head of Department to test the functionalities of Kendo UI to see if it...
View ArticleExtra box using Simple skin
Hi Clive, The problem is most likely due to some CSS style in your web app stylesheet. You can try to inspect with the HTML inspector tool of the browser and find it yourself. Another approach is to...
View ArticleDoes Kendo Validator exist as a replacement or supplement to jQuery Validator?
Hello Matt, Can you please share your experience with the jQuery Validator and log everything that you'd like to see in the Kendo Validator as a feature request in the Kendo UserVoice portal. Best...
View ArticleDatapager and EF Core 1.0 support
Hi Ivan,Thanks for your answer - unfortunate but completely understandable.All the best, Joseph
View ArticleInstaller not working on Win 10 machine
We were able to install by extracting the exe file into a folder and using the exe from the extracted folder..
View ArticleItems disappearing on shape file while zooming out
Hello,We are currently using the radmap control to display a shape file (1MB) showing a map of the world. The virtualization engine is also used in order to maximize the performance for this relatively...
View ArticleApplication size changes before report loads data
After the the report initialization when I call the reportViewer.RefreshReport() my screen resolution and size stays the same, but my application dimension (screen size) changes, causing my application...
View ArticleComplete hierachical CRUD example
I think there is a little mistake on your exemple.On the radGridView1_UserAddedRow Sub, you should replacerows[i] = this.lastRemovedRows[i].Row;Byrows[i] = dataRowViewIf I'm right, thanks for...
View ArticleBug in gauge vertical margins
Hello There is a bug in vertical gauge margins we have come across when assigning margins which have different vertical and horizontal lengths. On line 1079 of kendo.dataviz.gauge.js there is the...
View ArticleComplete hierachical CRUD example
I also think that the CurrentRowChanged event is not the best choice for tracking the modification of a row. When you edit some cells on a row, then you directly close the forms, this event isn't...
View ArticleMulti-Level Scheduling Possible?
Actually, scrap this. I am going another direction on this. The ScheduleView won't work.
View ArticleChange Kendo Grid Cell With Ajax Response When Another Cell Changes
Using a Kendo grid with 3 columns, I have an event that fires when the first column is changed that makes an ajax call and returns some data, I want to update the second column with the data returned...
View ArticleSetting ImagesFolderPath at runtime
RadImageGallery1.ImagesFolderPath = "images"; RadImageGallery1.DataBind();
View ArticleDescending Sort not reflecting in UI
RESOLVED! I received a message from support noting that my compare function was not correct. I assumed that since there is a parameter passed to the compare function named "descending" that I had to...
View ArticleRenderMode in web config is ignored on intranet sites
I have set all controls rendering mode to lightweight via the web config:<add key="Telerik.Web.UI.RenderMode" value="lightweight" /> Running the site locally in chrome and in IE11 renders the...
View ArticleHtml based export format is not working in Excel 2010
ElseIf (TypeOf (e.Item) Is GridGroupHeaderItem) Then Select Case ItemCommandButtonID Case "mngBtnPDF", "mngBtnPDFp", "mngBtnPDFl", "mngBtnExcel", "mngBtnExcelStyled",...
View ArticleRadTimePicker.SelectedTime is Nothing in RadGrid Edit Template upon Update
That project worked and when debugged, I can see it got the selected time. So what does the object SelectedTime for RadTimePicker represent if you must use SelectedDate instead to get the time? Does...
View Article