Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
1.4K+ views
Hai Everyone
   Is it possible to select folder and show in textbox in asp.net.like windows application Dialog box is available it can use to select the folder.Like that any control in Telerik to select the folder form C:,D:,E:,F;.... and show in folder path in textbox ?

Note: can load structure in treeview,like get directory and folder structure in treeview in windows application.

Pls reply me asap
 Regards
    Aravind
Aravind
Top achievements
Rank 2
Iron
Iron
Iron
 answered on 07 Feb 2014
3 answers
130 views
the org chart has mostly everything i need except for one. i have a special requirement to overlay nodes or to be specific one individuals node on top of another individual's node, we require this for showing our coverage feature.

can this be don't with the org chart and if so any sample code at all?
Kate
Telerik team
 answered on 07 Feb 2014
1 answer
80 views
Hello, 

I would like a button "Create ..." RadWindow as a CommandItemTemplate on top. When the user clicks the button, I'd like to open a RadWindow as a dialog to ask the user what kind of "Create" wants to perform (Create1, Create2, Create3, ...). Is it possible to generate different CommandNames based on the response of RadWindow. How can this be achieved? Of course, you could create N different as CommandItemTemplate buttons, each with a different CommandName, but I prefer to show the dialog. I would appreciate any suggestions. 

thank you very much



Eyup
Telerik team
 answered on 07 Feb 2014
1 answer
70 views
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx


I want to implement the grid check box which is used in above link but there is a problem of datatype of that discontinued coloumn..please tell me which data type is used when a boolean value is passed?
Kostadin
Telerik team
 answered on 07 Feb 2014
6 answers
80 views
Hello... does the MediaPlayer support the native underlying HTML5 video tag properties / methods?

In particular, I am interested in playing a video with multiple audio tracks. The HTML5 spec outlines this (via audioTrackList), but it seems to be only implemented by IE 10/11 at the moment. In IE 10 or 11, if you load a video with multiple audio tracks, you get an audio selection menu / toolbar item. I don't specifically need this toolbar item, but I would like to be able to a) see if there are multiple audio tracks, and b) programmatic-ally set which one to play.

Thanks,
-Brian
Radoslav
Telerik team
 answered on 07 Feb 2014
1 answer
60 views
Drop downs appear all over when
called from the dropdown that is made (add new content button). This can be
fixed with the line  “<meta
http-equiv="X-UA-Compatible" content="IE=edge" >”
forcing browsers to use more modern standards.

Problem is by doing this
fix it causes ie8 to throw errors on the original dynamically populated
dropdown. When clicking an option within dropdown it causes error of: “cant
move focus to the control because it is invisible, not enabled, or of a type
that does not accept focus” error. (error and place in control of error is
attached, it is fine until this point and seems to error here with no
explanation why and acts the same up until this point when both ie8 and ie10
despite ie10 working.)
Boyan Dimitrov
Telerik team
 answered on 07 Feb 2014
1 answer
30 views
The calendar problem where in
compatibility mode, due to using ie7 version of looking at code (once we go to
ie8 standards it fine) the day and date appear below where they should be, and
refresh and other buttons have been shifted along. Only styles being applied
here are telerik ones. (below shows Monday cut off and on wrong line ie10
compat but works in standards)
Plamen
Telerik team
 answered on 07 Feb 2014
7 answers
225 views
Hi

Is it possible to remove spaces (replace them with underscores) from folder names when a user creates a new folder in the image upload dialog?

Thanks
Ianko
Telerik team
 answered on 07 Feb 2014
2 answers
91 views
hi,

In this link we can see that drag and drop an item from a listbox to one listbox. In example using "TransferToID" propert we can transfer an item one to one. Now, I have 3 listbox  which are names a,b,c. I want to transfer items from a to b and from a to c.

How can I do that?

Baris
Top achievements
Rank 1
 answered on 07 Feb 2014
1 answer
54 views
Version 2010.3.1317.20 (it's a .NET 2.0 site)

Protected Sub grdMaintReceived_ItemDataBound(sender As Object, e As Telerik.Web.UI.GridItemEventArgs) Handles grdMaintReceived.ItemDataBound
    If TypeOf e.Item Is GridDataItem Then
        Dim item As GridDataItem = DirectCast(e.Item, GridDataItem)
        Dim deactivated As Boolean = DirectCast(item("deactivated").FindControl("checkDeactivated"), CheckBox).Checked
        Dim contractBtn As LinkButton = DirectCast(item("service_provider_name").Controls(0), LinkButton)
        If deactivated Then
            contractBtn.Enabled = False
        End If
    End If
End Sub

This code removes the underline from the links but the user can mouse over the text, making the underline come back and click the button.  How can I stop this?
Princy
Top achievements
Rank 2
 answered on 07 Feb 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?