Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
122 views
Hello,

I don't understand why in Chrome when I press first time Enter key tree view node is selected, then I press Enter key second time node is executed. But in other browsers like FF, IE on Enter key node is executed at first time. I want same behavior in Chrome too it's annoyed if I need double Enter to execute node.

Thanks,
Boyan Dimitrov
Telerik team
 answered on 22 Oct 2013
1 answer
118 views
How to compare changes for intially loaded radgrid to the same radgrid on submit? Is there any way to compare in telerik or store in list and compare?
Princy
Top achievements
Rank 2
 answered on 22 Oct 2013
2 answers
48 views
You have a popups demo at
http://demos.telerik.com/aspnet-ajax/window/examples/browserdialogboxes/defaultcs.aspx#

I just wanted to let you know neither of the features of Telerik's Window worked in MSIE 11 (Windows 8.1 CTP). Maybe it would have worked in the browser's compatibility mode but Microsoft removed this feature.
Marin Bratanov
Telerik team
 answered on 22 Oct 2013
1 answer
100 views
Hi telerik folks,

How can I access a particular node (based on its text) of a dropdowntree from client and check it and all its child nodes?

Thankyou
Senthil
Shinu
Top achievements
Rank 2
 answered on 22 Oct 2013
1 answer
78 views
Hi there,

Is there a way to update a color of a non rad control to a color from a skin value?
For example we have a div and the background color of that div should update when the user selects a new telerik skin.

So a user selects "BlackMetroTouch" as the skin they want to apply to the website, and the div re-assigns the background color of the div, to the hover color (lightblue) from the radCalendar?

I am looking for a way to link colors together so they update to specified rad control colors.

Is this achievable?

thank you

Venelin
Telerik team
 answered on 22 Oct 2013
3 answers
128 views
Hi,

I've been trying out the new visual studio 2013. but there is one issue, when I use Visual Studio 2013 in administrator mode, which is needed for debugging, the telerik layout is totally messed up. The moment I close Visual studio the layout is normal again. When I open Visual Studio 2013 without administration rights, the grid looks good again.

see attachment for pictures.

Do you know what could cause this and what I could do to make it work ?

Thanks in advance.

Kind regards.
Joost
Deyan Enchev
Telerik team
 answered on 22 Oct 2013
1 answer
66 views
Hello,

We have been using Telerik controls in our asp.net application, everything looks fine in development environment, but after deploying the application in test server we found the styles not getting rendered correctly.

For example the calendar icon is not rendered next to the telerik date picker, and the grid header looses styling and also the filter icons are not rendered on the grid header for filtering, but the functionality as such is working fine. Just the styling is missing. PFA the sample image
But after 2 to 3 days, all the styles were rendered correctly automatically and we were able to see the calendar icons, filter icons..

But again now we deployed the application on new server and the same behavior happens, not sure why. We have added all the necessary config file entries.

Please suggest a solution to solve this strange issue.

Thanks in Advance
Galin
Telerik team
 answered on 22 Oct 2013
1 answer
169 views
I have  a page that has nothing but a radupload control and a submit button. Recently, the textbox part of the upload box is no longer visible. Only visible is the select button that opens the file upload dialog. 

Here is the aspx code:

<rad:RadUpload ID="RadUpload" runat="server" MaxFileInputsCount="1" OverwriteExistingFiles="false" ControlObjectsVisibility="None" OnValidatingFile="RadUpload_ValidatingFile" AllowedFileExtensions=".csv" InputSize="32" ToolTip="Select exceptions file to upload">
</rad:RadUpload>

Telerik version is 2013.2.611.40

Any ideas? It's happening in IE and Chrome and a quick search through the markup/css in Developer Tools doesn't seem to find any CSS hiding the input.
Peter Filipov
Telerik team
 answered on 22 Oct 2013
1 answer
317 views
I have a stored procedure that get a list of categories from my database
Select Category from Categories
I then have some code that execute the stored procedure and returns the data to a datatable
Public Shared Function GetDescription() As DataTable
            Dim comm As DbCommand = GenericDataAccess.CreateCommand()
            comm.CommandText = "GetDescriptions"
 
            Return GenericDataAccess.ExecuteSelectCommand(comm)
        End Function
I then call this method to bind to the auto complete box
Protected Sub txtSearch_DataBinding(sender As Object, e As EventArgs) Handles txtSearch.DataBinding
 
       txtSearch.DataSource = GetMethods.GetDescription()
 
   End Sub
then call the databind on page load
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
       If Not IsPostBack Then
           txtSearch.DataBind()
       End If
   End Sub
This is my front end code for the autocomplete
<telerik:RadAutoCompleteBox ID="txtSearch" DataTextField="Category" DataValueField="Category" runat="server" EmptyMessage="Please enter search term"></telerik:RadAutoCompleteBox>
when I run the page and start typing i get the attached error message.  Have I missed something really simple here?
Bozhidar
Telerik team
 answered on 22 Oct 2013
3 answers
263 views
there are some broken functionality with that option,

i can write the same item over and over again

myitem, seconditem , myitem, myitem, seconditem.

items wont checked automaticly when there is a match.

when i check/uncheck an item it deletes all items that i wrote (using keyboard).

auto complete seperator doesnt effect the selected items

my seperator is ";" and but the showing seperator is allways ","
Peter Filipov
Telerik team
 answered on 22 Oct 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?