Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
205 views
hello!
i want to open a radwindow in right bottom of the page. then it retains the same position when i scrolling down or up the page. anybody please help me.
thanks.
priya.
Fiko
Telerik team
 answered on 05 Jan 2011
3 answers
101 views
We use the RAD editor to create a string that will ultimately be used to send emails. In older versions, there were line breaks (CRLF) inserted throughout the HTML between tags. The new version (2010.2) does not do this. It produces one long line of HTML. Outlook doesn't like that and inserts its own line breaks, sometimes in the middle of HTML tags. Is there any way to bring back the old functionality, or or otherwise get physical line breaks in the produced HTML?

Thanks in advance,
Boris Zakharin
Rumen
Telerik team
 answered on 05 Jan 2011
2 answers
134 views
Hello,

Is there a way to disable/bypass the dialog that allows you to select between editing/deleting a single occurrence or the entire series in a recurring appointment? Right now we don't want to allow single-occurrence editing (don't want to allow recurrence exceptions), so I'd like to bypass that dialog altogether and go straight into editing/deleting the entire recurrence. Is this possible?

Thanks,
Landon
Landon
Top achievements
Rank 1
 answered on 05 Jan 2011
3 answers
57 views
HI,
Thanks for this load on demand fixes from the following link. 
http://www.telerik.com/community/forums/aspnet-ajax/combobox/fix-load-on-demand-does-not-work-correctly-in-q2-2009-sp1.aspx

I added following code of block below scrpt manager.

<script type="text/javascript">    
    Telerik.Web.UI.RadComboBox.prototype.get_endOfItems = function() { return false; };    
</script>    
 

I was able to get results after pressing more than one character. But this solution raised me another issue.

I Used Property ShowMoreResultsBox="true" in combo box because I have about 16000 reocords in Combo Box, and I display 500 records on a page. The Button to get next 500 records works fine till i dont type any character and when I press two or more characters the my webservice return 2000 records, and I display 500 but I am not able to get Next 500 records, becuase the button does not clickable ot just return false; (I guess becuase of this fix).
The issue is on production and We dont want to update with new Telerik dlls.
Please help me to fix this issue.

Thanks
Aviii
Simon
Telerik team
 answered on 05 Jan 2011
9 answers
176 views
Hi. I wondered if anyone can offer some quick help. I have downloaded the new release of the ajax controls and I tried to add a Grid control and got an error message. When that failed I tried to add a ListView control instead (to see if it was specific to the grid control). I get an error message:

"There was an error rendering the control. Could not load file or assembly 'Telerik.Web.UI, Version=2010.3.1215.35, Culture=neutral, PublicKeyToken=......" or one of its dependencies. The system cannot find the file specified"

However, the existing Telerik controls that I already have on the site that I'm developing are working fine.

Thanks (and Happy New Year)
Paul
Top achievements
Rank 1
 answered on 05 Jan 2011
5 answers
1.7K+ views
I would like to know what I need to put for the OnDetailTableDataBind if I have the following scenario:

1) Parent Table
    2) Child Table
        3) Child table

If I only have one child table, I know how to get that done. But if I have two child tables as described above, where do I place the OnDetailDatabind property. Presently, I only see where you can enter this property once on the RadGrid tag.
Marin
Telerik team
 answered on 05 Jan 2011
1 answer
44 views
Dear Team.

I Have Attached Screen shot for My problem..Please Give good Solutions..I except quickly..

With regards.
Kannadasan
Simon
Telerik team
 answered on 05 Jan 2011
1 answer
52 views
Hi

I need to change the position of the Cancel and Update buttons of the RadGrid.

I have tried the EditFormColumnIndex property but doesn't work!

Regards
Daniel
Telerik team
 answered on 05 Jan 2011
11 answers
91 views
Hi,
 I have a problem in that with custom tools files, I am unable to utilise the feature 'Use RadEditor to edit HTML fields' on customised tools files for the publishing areas in SharePoint. Whenever I click 'check in to share draft' the changes are lost.

 Following a recent outage on our SharePoint farm we were forced to restore one of the servers (application server) from tape, and remove & re-add the web servers to the farm. It seems that in doing this, the Telerik RAD Editor for SharePoint no longer recognises the custom tools files for different webs, where previously it had worked fine without any problems.

 I've gone through many possible solutions to try and fix the problem, such as removing the standard tools files and re-naming the custom tools files to the standard names - e.g: Re-naming 'ToolsFile{950f1d58-8d7b-41f2-a072-982c9a705168}.xml' to 'ToolsFile.xml'. I've even copied the original configuration files to a new web ID, but still the same problem occurs - I am unable to use the RadEditor to edit HTML/publishing fields in SharePoint. Whenever I click 'check in to share draft' the changes are lost.

 The web part works perfectly normally with the customised toolbars - would this be because the web part requires the user to click on 'Ok' to save the changes back to the page, rather than the HTML field, which seems as though it doesn't recognise the user clicking on 'check into draft' for customised menu's.

Can you advise what we need to do with this please? I've a suspicion that we need to either retract and redeploy the solution to the farm or completely re-install the editor (or upgrade to a later, more current version!).

The version of the editor we are using is 5.7.1

Thanks,
Jason.
Jason Brownhill
Top achievements
Rank 1
 answered on 05 Jan 2011
3 answers
144 views
hi,
   I want to resize RadDock both vertically as well as horizontally.
Is it posible?

Note:
      I am using Telerik version - (Latest) Q3 2010
code-
<telerik:RadDockLayout runat="server" ID="RadDockLayout1" OnSaveDockLayout="RadDockLayout1_SaveDockLayout"
                                OnLoadDockLayout="RadDockLayout1_LoadDockLayout" >
                                <telerik:RadDockZone runat="server" ID="RadDockZone1" Width="300" MinHeight="500"
                                   Style="float: left; margin-right: 5px" >
                                </telerik:RadDockZone>
 </telerik:RadDockLayout>

I want a RadDock only in RadDockZone.
Pero
Telerik team
 answered on 05 Jan 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?