kendo UI css classes
Hi, You can take a look at this documentation article - Styling Kendo UI Mobile. You can check the Kendo UI Theme Builder that is mentioned in the article. Let me know if it proves useful to you....
View ArticleListView - highlight column N
Hello Steve, Thank you for writing. You will definitely need a way to identify the column you want to customize. If you know its index, this would be sufficient for the purpose. If not, when you add...
View ArticleTypeError: d is undefined after adding new data
Hi Khalid, The code is specific for the Sam code - that why I would suggest to open a new support ticket / forum post and provide the current Grid and Controller code that you have. This way we will be...
View ArticleError handling in custom httphandler
Hi,I'm copying the reply to your support here for community reference. My recommendation for your scenario is to treat the "file exists" condition as a validation error. The idea is to distinguish...
View ArticleContent clipped when application window resized
Hi Arthur, Indeed the observed by you behavior of RadDocking is caused by the DockPanel. All AutoHideAreas of the Docking control are currently arranged by a DockPanel and this is how RadDocking is...
View Articlesome explanation on unbound hierarchical mode please
Hi, I've gone through this page and have a few questions: http://www.telerik.com/help/winforms/gridview-populating-with-data-unbound-mode.html--------- Reason for using Unbound Mode: I'm building a...
View ArticleProgrammatically creating silverlight reports
Hello Brian, In order to advise further we will need to review and debug a runnable sample project exhibiting the issue. Please open a new support ticket where you can zip and attach the requested...
View ArticleCustom Row Edit in RadGrid for winforms
Hi, I've used this approach in my demo application. Now I want to delete row (delete button added as custom cell as described) can you post some code to do so? Say deleteButton_Click() { ???? }
View ArticleProblem with map markers in IE 11 after deploying solution to server
Hi Louis, Seeing the attached snapshots, I can surely define that IE goes to compatibility mode, thus, the browser engine is IE7. By that, the rendered markers are not styled via pseudo classes, but...
View ArticleMapping properties from base class
Hi, I have these 2 classes: publicclassBase { protectedString mValue; publicString Value { get{ returnmValue;} set{ mValue = value; } }} publicclassDerived : Base { publicintId { get; set;...
View ArticleUsing radio buttons as an edit template
Hello Douglas, Thank you for contacting us. To achieve the desired functionality you can try using the column’s template as in your code snippet and attach a click event to radio buttons. On the...
View ArticlePer Developer License usage
Can this "1 developer" be a different person for different projects or technologies? In our company we frequently work on multiple customer projects at the same time with different teams, often using...
View ArticleHow to get the cell value in RowLoaded event ?
Hi,Generally, we do not recommend working with the visual elements (i.e. GridViewCell) as RadGridView is a virtualized control and its elements are reused as they are brought in and out the view area....
View ArticleBinding RadGridView to WCF service while allowing for paging
Hello, As to the broken link to the blog post, you can find the correct one bellow: WPF How To: Endless scrolling of 2mil. records using BackgroundWorker and LINQ to SQL Regards, Dimitrina Telerik Do...
View ArticleRadialmenu Binding in listview WinRT
Thanks Rosy.I tried to implement in the same fashion, but encountered below issues.1. How to close the RadialMenu on tapping any command using the approach suggested.2. How to make the RadialMenu Open...
View ArticleReport Parameters Disappear after preview
Hi Chris,This is a known issue introduced by the latest Chrome versions. Please follow this issue report to get updates about the problem - Chromium Issue 481922: iframe not rendering. We have used one...
View ArticleRadDropDownList will not select unless I click on text
Further investigation shows that this is restricted to IE (8 in my case). Firefox and Chrome are fine.
View ArticleHTML5 Report Viewer - Custom Error Message from Custom Report Resolver
Hello Community I am working with Reporting using HTML5 Report Viewer. I have designed Custom Report Resolver for showing up the reports. It works like a charm. I am facing issue regarding how to pass...
View ArticleTest Microsoft Ribbon
Hello, I attached a demo project where my problems can be seen (hopefully :-)) Thanks in advance
View Article