Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
173 views

RadEditorSharePoint 5.8.6.0

 

Removing script tag new version

<div id="mboxCreate"></div><script type="text/javascript">mboxCreate('mboxCreate','enuk_create')</script>

 

Now, when I save, only the bold part gets saved. <script tag is getting removed>

Our customer ID is JT359876

 

Stanimir
Telerik team
 answered on 25 Jul 2011
3 answers
106 views
Hello,
I have the form in the menu (RadMenu), and this menu as I generate my database, the CS is as follows:

             Menu.Items.Clear ();


             Menu.DataTextField = "text";
             Menu.DataFieldID = "cd_menu";
             Menu.DataFieldParentID = "cd_menuID";
             Menu.DataNavigateUrlField = "Navigate";
             Menu.DataSource fnBusiness.GetMenu = (cd_modulo, cd_usuario);
             Menu.DataBind ();

and is working perfectly, but has emerged ...
by clicking the menu items will not open on another page but in a new page as popup.

I have this code
openPopUp function (url, name) {
     window.open (url, name, 'width = 400px, height = 400px, resizable = no, modal = yes ");
}


Is there a way of clicking the menu item he did not open the page, but call this function passing as parameter the DataNavigateUrlField?

Thanks to all
Peter
Telerik team
 answered on 25 Jul 2011
6 answers
156 views
Hello,

After poking around in various Telerik APIs (specifically, WinForms and ASP.NET Ajax) I noticed there is a Telerik.PDF namespace. I'm not sure to what extent Telerik supports generation of PDF documents, but let me elaborate on my situation and hopefully someone can indicate whether Telerik controls can be used to find a resolution.

Essentially, on our website, we have web pages that replicate paper applications a user might fill out physically. We'd like to automate the process so that they can basically fill out a virtual application. A requirement of our customers, however, is that we need to generate a copy of the application, as they always had the original in the past. The first thought was to generate a PDF of the filled out 'virtual document' however this is proving to be extremely difficult due to the nature of generating a PDF from a web page in general. We do not require the PDF to replicate the controls on the web page, simply the layout; even if this is a flat image. In fact, a flat image may even be prefereable.

I noticed the RadGrid has export to PDF functionality built in. I am wondering if:

A) Has anyone generated PDFs from webpages? With Telerik?

- or -

B) Is there enough functionality in the Telerik.PDF namespace to engineer this solution myself if need be?

Lastly, if neither of these is true (which would be somewhat unfortunate) is a web PDF snapshot generator in the works at all?

Thanks,
Nelson
GK
Top achievements
Rank 1
 answered on 25 Jul 2011
6 answers
205 views
I have looked at the basic sorting example but I would prefer not to have the sort mechanism be triggered from controls outside of the listview. I have my listview set up to mimic the look and feel of a RadGrid using the predefined layout for grids. Is there any way to set up the sorting such that users can simply click on the headers in my listview (and also show the up/down arrow) to initiate the sorting process? I would like the sorting of my listview to be exactly like this. Is this possible?
Maria Ilieva
Telerik team
 answered on 25 Jul 2011
1 answer
40 views
I upgraded to the latest version of Telereik a couple days ago and am now experiencing problems with some features of the listbox. 

Here is what i am donig:

I have 2 RadListBoxes that are related. One is a list of categories and the other is a list of products. So that i can avoid using postbacks, I load all of the categories and all of the products into their respective boxes. Each product knows which category it belongs to so that when a category is selected, i can show that category's products using javascript. During an ajax callback, i select the first item and then during the OnClientLoad event of my products list, I hide all of the products except for the products of the selected category. Within the ClientLoad function, i use $find and the Client ID to find the 2 ListBoxes and modify the items. 
Using v 2011.1.315.315, this all works great. After I updated to v2011.2.712.315, the page load breaks where i am trying to set up the initial state of the first selected item. After the upgrade, when i try to retrieve the Categories listbox using the ClientID and $find, it returns null and breaks my javascript.

And to reiterate, this all works correctly in 2011.1.315.315. Did something change with the way OnClientLoad is handled or called?

Also, everything does work correctly if Ajax is disabled, but that is not preferred, especially when i know that it works with Ajax in 2011.1.

Thanks!
Genady Sergeev
Telerik team
 answered on 25 Jul 2011
0 answers
53 views
Dear Team

I want to know if it is possible to have Different EditFormSettings for Add and Edit Operation. in Add operation i am using a usercontrol in which taking a lot of inputs in edit operation i just want inline option to change 1 or 2 fields. if it is possible please let me know\


thanks in advance
Best Regards
Mubasshar
Mubasshar
Top achievements
Rank 1
 asked on 25 Jul 2011
2 answers
43 views
Hello

I have 2 grids in RadPane, depending on the user input, i need to bind one grid to source and display it and subsequently the other grid should be hidden.  It does not seem to work.
Any suggestions or any other control that I should use for this purpose.
Pradeep
Top achievements
Rank 1
 answered on 25 Jul 2011
2 answers
71 views
Hi

I want to read a function(javascript) on another page.
I'm getting error if that function dnt exists..
how can i check whether that function is available or Not.......................

Code : 
 var AllArray = oActive.GetContentFrame().contentWindow.getDocTypeSeriesNo();

oActive -  contains the ref of window.
getDocTypeSeriesNo - javascript function on other page.....


How ca i achieve this....

 
Sunil
Top achievements
Rank 1
 answered on 25 Jul 2011
1 answer
85 views

I was using gridview of Q3 2009 release, which was providing me the filterExpression  like we use to filter in datatable.
Now i have upgraded to Q1 2011 release , and now the GridView is returning FilterExpression in some other format.
This broke my code. Can anyone tell me , how to resolve this?

 

e.g. this i am getting as filterExpression :
  
 (it[\"fieldName\"].ToString().Contains(\"H\"))

    It should be as following :

 fieldName LIKE '%H%'
 

 

Iana Tsolova
Telerik team
 answered on 25 Jul 2011
3 answers
118 views
Hello) I'm having this problem! I have a grid! and there is editformsettings! I use it to display the detailed information! In editformsettings I have a rating! I want to change inthis ranking also changed rating in the main line! How do I get information about the current line by clicking on the rating? Here's a picture!
Timyr
Top achievements
Rank 1
 answered on 25 Jul 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?