RadTimePicker - editing functionality
Hi Guys, I'm having trouble with the RadTimePicker in terms of how things are edited. When a date has been entered, say 09:00, when I highlight the whole thing and try to enter a whole new time the...
View ArticleHiearchy details template - Load external html file
Hi there,i am looking to load an external html page into the tab of a details template. this seems pretty strait forward to do if it is a just a regular tabstrip however when the tabstrip is a...
View ArticleRadMaskedTextInput onmouse over border color
Hello Mauricio, The Border that you see on MouseOver is colored by the corresponding MouseOver VisualState inside the default ControlTemplate of the RadMaskedInputBaseStyle. As you might know we...
View ArticleHiding certain ColumnGroup Headers
Hello Chuck, Thank you for writing back. These are just sample GridViewColumnGroups in order to achieve the illustrated result. They are not required. You can construct the groups, rows, columns...
View ArticleDropdownList Label
Hello Albert, Another example - RadTextBox has clear() client-side method, RadComboBox has clearSelection() method, etc., but RadDropDownList does not. Don't get me wrong: I am not trying to argue with...
View ArticleTelerik Support
Hi, I am data access installation issue.i am trying to install data access it was successfully installed but in data access directory we can' find bin folder.this is effect in visual studio it is not...
View ArticleSetting TimePicker to a null value in VB
That doesn't look like VB code to me. radTimePicker1.Value = null doesn't work in VB.Net
View ArticleVisual Studio 2013 Dark Theme and ContextMenu
Maybe I am missing where you suggest applying the snippet, but it didn't work in the outlook inspired app in the sample below. I know I can get this to work by setting this in the default style for...
View ArticlePersist State - Kendo Grid
Hi DHHS,Did you get a solution for this? I'm having the same problem with the custom command.
View ArticleDrag and Drop for RadTreeView
That seems to have worked. Now I cannot seem to change the style of the Drag/Drop box. What is the CSS class that controls the style of the drag box? Thanks!
View ArticleIOS Calendar Custom Cell and event renderer
Hi Again, So I was able to get fairly close last night. Attached is what my IOS version currently looks like: This is very close to what I want. I'd like to try and move it so the events render in...
View Articletelerik:GridCheckBoxColumn editable?
Hello Henry, With controls nested in GridTemplateColumn you will not be able to include the ID of that controls in the way that you are trying to, because that control will not be in the same scope....
View ArticleHiding certain ColumnGroup Headers
ah, I understand now. What I was thinking was that in the ViewRowFormatting event , I had to somehow check each row in the ColumnGroups, and set the ones I did not want to show to 1, but all I had to...
View Articleradajaxpanel onresponseend from code
Hi, I like to set a conditional OnResponseEnd client event on RadAjaxPanel?Would it be possible to set like this: if............RadAjaxPanel1.ClientEvents.OnResponseEnd = "Doit" end if My page keeps...
View Articlelistview data in the parent-child relation format
We have a scenario, where we have to show the listview data in the parent-child relation format. In the Parent row there should be a plus (+) symbol and on click of the plus symbol the child data...
View ArticleFor paged grid, changing the current page based on requested ID
Hello Mark, Here is a prototype of how you should implement the scenario: - based in the ID value (parsed from query string) find the record in all items, calculate the page index on which the item...
View ArticleHierarchical Data Source Expand Filter
Hi Johann, You should be able to ask your questions in the forum as we have noticed that you currently do not have support tickets included in your subscription. It is not necessary to provide detailed...
View ArticleTableSearchRow - check if any results found
Hello Martin, Thank you for writing. You can use the SearchProgressChanged event and display a message if the string is not found. For example:private void radButton1_Click(object sender, EventArgs e){...
View ArticleEnableMultiSelect Bug?
Hello, Can you please share your RadCalendar markup so that we can revise it locally and advise you further. Regards, Maria Ilieva Telerik Do you want to have your say when we set our development...
View ArticleEnableMultiSelect Bug?
<telerik:RadCalendar runat="server" ID="radCalendar" EnableMultiSelect="false" EnableAjaxSkinRendering="true" MultiViewColumns="3" MultiViewRows="4"...
View Article