Selecting values from client side
Hi Jon, If you want the drop-down to be initially closed on your page, you could close it immediately after you have clicked on the checkbox / node. You could do that in the following...
View ArticleDynamicly Adding to ContextMenu
Hello Paul, Thank you for writing back. I was unable to reproduce the issue you are facing. I have attached my sample project for your reference. If you are experiencing any further difficulties,...
View ArticleHorizontal Scroll bar not working in IE11
Thank you. I'm taking a look at it now. Meanwhile, can you please help me to identify Browser error for this kind of scrolling issue?
View Articleradeditor material autoreziseheight issue
Done some more investigation. When using only a RadEditor everything is OK.It breaks in combination with the next object on the page: <telerik:RadFormDecorator RenderMode="Lightweight"...
View ArticlePartially different build numbers
Hello Boby, Good Morning. Thank you for attention. I realized these changes, but Visual Studio will not let me add the two dll as is reported in the tutorial. The following image of error. I removed...
View ArticleRadDocking DesignTime Broken?
Hi David, I'm sorry to hear that you're still experiencing difficulties. We're not able to reproduce the behavior you describe yet, but continue investigating. It would be of great help if you could...
View ArticleUpload and delete buttons are disabled when using custom content provider
Hi, Thank you for the update, Neil - I am happy to know the issue is resolved now. Let us know show any further problem occurs. Regards, Vessy Telerik by ProgressDo you need help with upgrading your...
View Articleprogressbar position inside statusstrip
Thanks Dimitar for both methods. Your second solution think works the easiest. I found another solution similar to your first one. It was this: private void RadFormMainSystem_SizeChanged(object...
View ArticleHow to Export Selection from Telerik RadGridView to Excel
I am using WPF. I want to Export the selected Rows from the RadGridView to Excel. I have managed to export all the rows to Excel, but if the user makes a selection I want to export only the selected...
View ArticleKendo chart categoryAxis -> labels -> template not working with html string
For others like me who weren't satisfied with a static div element that is visible on mousehover event, I search more and came across this webpage fromTelerik Documents that does exactly what was...
View ArticleExcel Like filtering doesn't fire the FilterCheckListItemsRequested Event
I am trying to implement the Excel like filtering for the RadGrid. I ran into some problems when the distinct values for each columns is not being populated against each column. When I place a...
View ArticleExporting to xlsx also export GridEditCommandColumn but should not
Hi, To prevent the column from being exported you can set the Exportable property for it to false.<telerik:GridEditCommandColumn ButtonType="ImageButton"Exportable="false" /> Regards, Viktor...
View ArticleRadEditor Form Tag issue
Hi Shaista, Can you elaborate on the exact form-tag issue you are facing? What are the steps to reproduce it? Basically, our demos application is running with the latest official version of our...
View ArticleRadWindowManager.RadConfirm(): Does not display anything
Hi Thomas,Can you confirm you have the callback function declared on the page? If not, you will get a script error that will prevent the dialog from showing up.I am attaching here a simple example you...
View ArticleFiltering a Column with a Template
Hello Mathew, The provided example is showing how to filter the column CategoryID which is added as a separate column. Indeed the example is not working correctly when filtering the column which value...
View ArticleBest practice to implement settings window for grid
Hi!I want to achieve following:I have a Kendo grid with a button in its toolbar, which opens a small modal Kendo window (referred as dialog), where I can save, load and delete several user-defined grid...
View Articleundo / redo in code
Hello Chris, This combination works on my end. What version of Test Studio do you use? Hope to hear form you soon. Regards, Boyan Boev Telerik by Progress The New Release of Telerik Test Studio Is...
View ArticleStrange error when using PercentComboBox
i dont need this anymore, since i decided to use the zoom in and zoom out magnifiers on your toolbar sample
View ArticleVerifying PDF download... ?
Hello Chris, This can be done in a coded step with method which Aaron posted. Let us know if that helps. @Aaron, thank you for sharing your knowledge with your community. Regards, Boyan Boev Telerik...
View ArticleDataSource sync() order of execution for CRUD operations
This is what I did also. I used the submit event
View Article