How to obtain RadWindow that has focus by RadWindowManager
Hi to all,how can I find a RadWindow that has focus?We have MainView that opens several RadWindow, but I need to know which is focused, because may have central command to operata on it.Can I use...
View Articlesupport to RadSearchBox
Good morning, we arerefining theircontrols andwe have a problemwithRadSearchBox, this controldoes not supportthe('Ñ') character ,and when toreturna result withthe sameshows nothing.there is away I...
View Articlejavascript error when model for DropDownListFor is null
Hello Alex, From the provided information it seems that the source if the issue is the column template that you are using. In order to support null values you should access the nested fields only if...
View Articlesupport to RadSearchBox
Hi, Attached you will find a simple web-page with one RadSearchBox on it. When performing search that includes the "Ñ" character, it successfully returns the available items. Could you, please modify...
View ArticleDestroy methods removes item from datasource without server check
Hello Jakub,Indeed, this is how it is designed to work. As I have mentioned in my previous message, the cancelChanges method will revert changes, making the deleted record to appear in the Grid again....
View ArticleConnector positioning for custom shapes
Hi, The position function is passed a shape as parameter and expects a Point with the connector position as result. We will update the documentation to indicate this. An example demonstrating using...
View ArticleTelerik Ajax Grid - Textbox value filter does NOT work with Double Quotes
Hi Neelesh, You can also check the following threads:http://www.telerik.com/forums/filter-data-with-double-quoteshttp://www.telerik.com/forums/radgrid-filter-with-and-and-or Regards, Eyup TelerikDo you...
View Articlehow to move dataform's button outside of the DataForm maintaining their...
Hi,I want to to move dataform's button (add, edit, delete, navigation, cancel and commit) outside of the DataForm maintaining their appearance , so when I change application's theme from windows8 to...
View Articlehow block out work hours for INDIVIDUAL RESOURCES
To anyone else strugling with this secneraio this is how I done it. Probally a neater way but by far the best and easiest way i have managed it. 01..Disabled {02. background:...
View ArticleSelect All items after data is read
Hello Lee, You are on the right direction in order to achieve the desired funcitonality. However, as I can see you have set ID as DataValueField for your MultiSelect, which is why, you need to access...
View ArticleCustomising the Filter when using FilterRow
Hello Adnan, I am afraid that modifying the referred example in such way would not be possible, as the logic in it relies on the distinct values list. Since the FilterRow mode does not have distinct...
View ArticleSorting on Foreign Key column
Hello Bhoopendra,The same approach is not applicable for the MVC wrapper due to the way how MVC wrappers are being configured. There is no way to configure a calculated column in the DataSource...
View ArticleProblems rendering Candlestick series on DateTimeContinuousAxis
Dinko Hi! Thanks for the answer. But the problem is elsewhere. Here is the code of the chart:<telerik:RadCartesianChartx:Name="chartTelerik" Grid.Row="0" >...
View ArticleHow to set Grid PageSize 'All' by wrapper?
Hi Radoslav.Thanks for your help, we have found that in spanish and german the string "All" not is translated, is "All" in both cases.(spanish: "Todos", german : "Alle").For sample in...
View ArticleCharts / Tables position changes during sending email or in print preview in...
Hi Prashant, You can test approaches suggested in Telerik Reporting renders blank pages kb article to troubleshoot the issue. In general, the report's layout might look different in Interactive and...
View ArticleGridAttachmentColumn
I use 2 SqlDataSource to my RadGrid. The GridAttachmentColumn get AttachmentData from SqlDataSource3 and the rest of the grid from SqlDataSource1Byt the FileNameTextField and DataTextField gets the...
View ArticleSave changes in grid edit form on Finish
I have a RadWizard control in my RadGrid FormTemplate. I have controls in the Wizard steps bound to the grid data source.How can I get the Wizard Finish button to save changes in the form? Normally I...
View Articlecode snippet for disabling filters in fiddler core
By default, do fiddler core have filter settings? Does Fiddler core have default filter settings on? Could you please provide code snippet to off filter settings for fiddler core?
View ArticleAfter calling addRow how to get the just added row?
Hello Jiatang,My suggestion is to use the add method of the Kendo UI DataSource, which returns the data item. If the item is rendered as a table row you can find the table row element by using the...
View ArticleWinForms RadRichTextEditor Drag and Drop
Hello George, Thank you for writing. You can achieve drag and drop operation from RadRichTextEditor to RadListView by using the OLE drag and drop. Additional information is available here:...
View Article