Property Grid TextWrap
I understand what you mean now. How can I control the height of that particular property row? Or will it adjust all the row of all properties? Is it possible to evaluate the content of the...
View ArticleComboBox not aligned on open
Hi,When I open a ConboBox the dropdown is not aligning correctly (see attached). Below is the html that renders the control.<divclass="k-group">...
View ArticleRadWindow.ResizeMode not thought out...
Hi,Thanks for your reply, it's really helpful.Sorry for the wrong forum.
View ArticleProperty not available when inheriting DateTimePicker Control
Hi Stefan, I have came across the same problem. How do I add a property to the UserControl, so that it returns the base radcontrol property? Can you show me one example, please? thank you!
View ArticleNested Custom User control with MaskedTextBox
I figured out why the radDropDownList properties can be inherited by the custom user control. It is because a constructor can be set up. Here is the code: public RadDropDownList radDropDownList{ get...
View ArticlePaste Files into RadUpload DropZone
How do you paste a file, in this instance a screen capture image, into the RadUpload dropzone? My users do not want to have to save the file to disk first. They want to copy and past it straight from...
View ArticleNested Custom User control with MaskedTextBox
Never mind my previous post, it did not work properly. Just for someone who doesn't know the basics, you need to go to designer file, and change Private to Public if you need to access all default...
View ArticleItemsSource = DataTable -> SearchPanel System.ArgumentException
Hello,if i bind a DataTable to a RadGridView.ItemsSource and try to search with SearchPanel, i'm getting a System.ArgumentException error.Column 'xy' does not belong to table xy.Can you help me please?...
View ArticleSub Menu
Hi IvanEverything looks ok. but ended up with 2 issues.1. Need different images for different menu.2. in sub menu and sub-sub menu leaves a black box area if there is no enough menu item ( if there its...
View ArticleReporting Error
If I add a Report Viewer to my asp.net web page, non master. upon debugging I get this error Unhandled exception at line 15, column 16485 in...
View ArticleMake Gantt splitter not resizable
I would like to remove the ability to re-size the panes (the grid and the graph). I know this uses the Kendo Splitter widget, but I get really wonky results when I try to disable splitter resizable...
View ArticlePush Notifications in .Net web form application
Hi,I am using RadNotifications to display success/fail messages for user induced database updates. Is it possible to use RadNotifications when an event occurs in the server due to some timer actions....
View ArticleTrying to set tools using Html.Kendo().EditorFor
I know this post is too old. Just to help others, here is a solution @(Html.Kendo().EditorFor(model => model.CustomerFeedback.Description) .HtmlAttributes(new { style =...
View ArticleKendo Grid removeRow not deleting rows of other pages
Hi Petyo, Can you provide an example or suggest different approach ? My requirement is - when user selects a grid row using checkbox and clicks on clear button at the end of page, the selected items...
View ArticleRadmenu NavigateUrlField issue
I have a menu that is bound to a data table. The data table is linked to database.The data table holds two values; RequestID and Company Name. What I want is to populate the menu with the company...
View ArticleTimeSpanPicker - First Look
I am working through your documentation and am trying to get the 2nd TimeSpanPicker working. <telerik:RadTimeSpanPicker x:Name="Duration" Value="{Binding SelectedDuration, Mode=TwoWay}"...My...
View ArticleJob runner refused this job!
I am trying to schedule the test list using TFS but keep getting errors. I have attached entire log here. Regards,Dhaval Pathak
View ArticleData form with Next/Prev record
I want to create a bound form with next/prev/first/last/delete/new buttons. Is there any sample code or demos out there on how to implement this? Even better would be samples that also show a linked...
View ArticleInvalid body request
Yes that works well Martin, only problem is when sending the link to email it sends it over 228 times. Is there a way to make sure the request is only sent once?
View ArticleRad Grid Insert Command Not Firing
RadGrid1_ItemInserted doesnt get fired when calling from OnItemInserted. I want to show client error message (exception message). Currently with below code it simply won't insert data if i enter wrong...
View Article