Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
68 views
hi
Is it possible for each node set binary image (stored in the database table) defined?
Thanks
Shinu
Top achievements
Rank 2
 answered on 03 Jul 2014
1 answer
102 views
I have an RadEditor. When a hyperlink is added and when i keep the cursor at the end and press backspace, it removes the link.

Suppose i add <a href="SomeLink" >Test Link</a> in the HTML part of RadEditor.

Then i move to Design and i can see the "Test Link". So when i keep the cursor at "k" and press backspace, it removes the hyperlink.

Please let me know what causes this issue?

My telerik version is "2013.3.1114.40"

Ianko
Telerik team
 answered on 03 Jul 2014
7 answers
346 views
Is it possible to programatically convert a DOCX to a PDF in a C# web application?

I currently have RadControls for ASP.NET AJAX and Silverlight and Telerik Reporting.

Kostadin
Telerik team
 answered on 03 Jul 2014
2 answers
385 views
Hello,

I am using Image Manager in RadEditor. But I can't hide/Remove folder Path. Actually I don't want to show to user where his/her files located in our system.
Please see red box in attached file.

I tried to make it by changing css; .RadFileExplorer .rfeAddressBox{display: none !important;} but its working only RadFileExplorer not working in Image Manager in RadEditor.

I also tried by using ExternalDialogsPath but its not working:

1) Register the external dialog files of RadEditor:
<telerik:radeditor runat="server" ExternalDialogsPath="~/EditorDialogs" ID="RadEditor1">
   <TemplateManager ViewPaths="~/" UploadPaths="~/" />
   <ImageManager ViewPaths="~/" UploadPaths="~/" />
</telerik:radeditor>

2) Open the \EditorDialogs\FileBrowser.ascx file, locate the RadFileExplorer control and set the VisibleControls property with the
following value, e.g.
<telerik:RadFileExplorer ID="RadFileExplorer1" Height="410px"
Width="400px" TreePaneWidth="150px"
VisibleControls="ContextMenus,Grid,Toolbar,TreeView" runat="Server"
EnableOpenFile="false" AllowPaging="true" />


Could anyone can help me to get this done.

Thanks
Aminul
Aminul
Top achievements
Rank 1
 answered on 03 Jul 2014
4 answers
57 views
My Scheduler holds two different kinds of business objects, but I only want clicks for one of them. I'm thinking I should probably distinguish between them in the client-side click event. And one idea for doing that is by css class, as the ones I don't want to be clickable all have a common class. And so according to this http://www.telerik.com/help/aspnet-ajax/scheduler-schedulerappointment-object.html page there should be a get_cssClass() method. It does not produce the results I had hoped for though, and when I alert it's return value, it shows "[object Object]"

function AppointmentClick(sender, args) {
            var view = sender.get_selectedView();
            if (view != 4) {
                var appointment = args.get_appointment();                
                var appointmentID = appointment.get_id();
                var class = appointment.get_cssClass();
                alert(appointment);
                if (class != "resourceLightGrey")
                    addBooking(appointmentID);
            }
        }





C
Top achievements
Rank 1
 answered on 03 Jul 2014
1 answer
335 views
Dear all,

I have a a radgrid in which i export into csv. The problem is I want to export into  a specified folder and not the default location.
How can i achieve. Any help or advice. thanks
Princy
Top achievements
Rank 2
 answered on 03 Jul 2014
3 answers
246 views
Hi All,

I have webform with three bread crumbs for a registration process.

All the three bread crumbs are in a single webpage with different views in it. In first view these two RadDatePicker controls (one exam start date and other exam end date).

In edit mode these RadDatePicker.SelectedDate are becoming null so, I am facing an issue/Error "Nullable object must have a value"

Please help on it.

regards,
R
Ramesh
Top achievements
Rank 1
 answered on 03 Jul 2014
2 answers
215 views
hi

Do you Have Sample SQL Server Code for treeview for this Example :

http://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/draganddropnodes/defaultcs.aspx

whit drag and drop ،add Node,Add Child nod,Delete Node And Child، Rename node and Child،and etc....

Mohamad Javad
Top achievements
Rank 2
Iron
Iron
Iron
 answered on 03 Jul 2014
10 answers
233 views
Hi folks

first off  I am using v2009.3.1314.20

I have seen some good examples of how to utilise multi-select with checkboxes, however I am having a problem trying to implement the functionality.

all the examples appear to use postbacks and server side binding when  associating checkboxes with combobox items, I on the other hand use load on demand with webservices to populate the  combobox.

I have tried implementing itemtemplate but it appears as though the loading via webservices overrides this. 

is there a way I can do this or do I have to think of another approach

thanks 

Mark 


 
duraid wadie
Top achievements
Rank 1
 answered on 03 Jul 2014
6 answers
358 views
Good day.
I have a grid. The one column (template column) is set to display = false. Lets call this column passport.
I want to change the passport template column to display on client side when a client selects the row. 
Only the selected row's cell should be enabled.
When another row is selected the previous selected row's passport cell should be disabled and the new row shown.

Can this be done client side?

Kind regards
Mike
Mike
Top achievements
Rank 1
 answered on 03 Jul 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?