Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
222 views
Folks using VS 2012 with ASP.NET Ajax and IE 11. My Project I am using EditForm.
 
I just downloaded Telerik_UI_for_ASP.NET_AJAX_2014_2_618_Dev. Unfortunately I can't add/edit any thing in my Existing Rad Grid via any Commands from CommandItemTemplate.
 
Keep getting
 
Line: 11566
Error: Unable to get property 'get_index' of undefined or null reference
 
See attached file (Edit_form_Open_Error_in_ASP.NET_AJAX_2014_2_618.PNG)
 
Also see the debugger error (Debugger_Error.png)
 
How ever I am able to add/edit the same grid in Previous version (Telerik_UI_for_ASP.NET_AJAX_2014_1_403_Dev)
 
Refer to (Edit_form_in_ASP.NET_AJAX_2014_1_403.png).
 
Telerik,  please suggest; should I roll back to previous version?
 
Thanks
 
gc_0620
Kostadin
Telerik team
 answered on 03 Jul 2014
2 answers
173 views
Hi Team,

I am receiving the error 'Error while executing filter XHTML - TypeError: Cannot read property 'parentNode' of null' while trying to edit some of our existing Documents.

Any documents created newly are working fine. Could you please provide any direction to this issue?


Regards,
Saikrishna 
Saikrishna
Top achievements
Rank 1
 answered on 03 Jul 2014
4 answers
217 views
Hi ,

I wanted to have a column with J-query calendar and i am not able to achieve this using rad grid .But  the normal grid i am able to assign it with the class name. Can you help me out.

Thanks 
Vk
Eyup
Telerik team
 answered on 03 Jul 2014
7 answers
642 views
The EditCommand handler works just fine.

In looking at why the InsertCommand handler was never being hit, although a postback does occur, I discovered this in the Request.Params.

__EVENTTARGET: ctl00$MainContent$gridActivity$ctl00$ctl02$ctl00$InitInsertButton


This is the target generated when I click on the Add button on the grid, it's not firing the InsertCommand because that is not what it's pointing at.

There are also no arguments on that postback.  I can check for that and call something, but how do I access the individual edit text boxes displayed by the grid?
Angel Petrov
Telerik team
 answered on 03 Jul 2014
1 answer
69 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
108 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
360 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
408 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
65 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
345 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?