Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
104 views

Hello,

I have a problem with adding pl-PL Dictionary - downloaded from comunity supplied Dictionaries provided on this forum - here. The version of RadEditor I am using is : 6.3.0.0. I have added in the ToolsFile.xml located in :

C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\wpresources\RadEditorSharePoint\6.3.0.0__1f131a624888eeed\Resources

the following code:

 

<languages>
<language code="en-US" title="English (United States)" />
<language code="pl-PL" title="Polish (Poland)" />
</languages>

I have also added pl-PL dictionary to :

C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\wpresources\RadEditorSharePoint\6.3.0.0__1f131a624888eeed\Resources\App_Data\RadSpell

In my web.config file I have added:

<add path="Telerik.Web.UI.SpellCheckHandler.axd" verb="*" type="Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI, Version=2012.1.327.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false" />
      <add path="Telerik.Web.UI.DialogHandler.aspx" verb="*" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI, Version=2012.1.327.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false" />

in httpHandlers section.

According to the documentation that should do, still I am receiving an error in javascript dialog when trying to check spelling using Polish language saying that application error has occured, suggesting that I should set customErrors to Off, to see details. Unfortunatly my customErrors setting is currently set to Off so I cant enable more details with this error. Searching for this error on this forum however led me to possible reason that might be proble with inability to load the dictionary file I am providing. Therefore my question is, if I should do anything else to configure the AjaxSpellCheck feature correctly?


Rumen
Telerik team
 answered on 16 Aug 2012
1 answer
99 views
Hi.
I'm using AsyncUpload in Project . I put it in a userControl and load it dynamically in webpage .
there is a problem when load usercontrol dynamically , after I try to Upload a file the asyncUpload doesn't work . in Firebug show an error that says " Access is Deny to the path ".
when I load the UserControl statically I don't have any Problem .
how can I do ?
thanks .
Peter Filipov
Telerik team
 answered on 16 Aug 2012
1 answer
93 views
HI,

 My requirement
I have radGrid with Edit form templte in mode == PopUP
In Template I need asp.net file uload control to upload the file  and datlist to show the uploaded file.
after upload as shown in image




Datalist control having the remove button also if user want to remove that.
I am literlly strugling to create this scenario any body from telerik please give solution quickly.

Thanks.
Kostadin
Telerik team
 answered on 16 Aug 2012
3 answers
104 views
I'm not getting a calendar control when clicking the down arrow on End by recurrence option. Don't see it on your demo either. Is this intentional?
Helen
Telerik team
 answered on 16 Aug 2012
2 answers
121 views
Hi,
I want a tooltip to appear whenever you hover over a row in my radgrid to tell you to "double click the row for more info". I've got this working simply by setting the TargetControlID of a tooltip to the radgrid - great!

However I have a nested template view so each row expands to show more detail. When they expand the row I don't want want the tooltip to appear. It does. The nested view template has a div in which I tried to add a mouseover event to hide the tooltip but that doesn't work.

Any suggestions how I can do this please?

thanks

Karl
Karl
Top achievements
Rank 1
 answered on 16 Aug 2012
4 answers
319 views
I set the code is as below, the question is that why I still can see other file type while open file dialog?
  <FileFilters>
                        <telerik:FileFilter Description="Microsoft Office Document" Extensions="doc,docx" />
 </FileFilters>
Peter Filipov
Telerik team
 answered on 16 Aug 2012
1 answer
466 views
I want to add a custom objects to the RadListView from the server in a way that I will add some items initially, do Response.Flush and then continue adding some other. This is to improve the initial load time of the items. Does ListView provide this feature out of the box ?
Tsvetina
Telerik team
 answered on 16 Aug 2012
4 answers
212 views
What is the right way to implement timed updates of web user controls in dynamically created docks?
Every web user control is loaded in it's own dock and the dock/user control should be updated with a specific interval.
Every dock/user control should have various update intervals.

Any ideas?

Thanks.

/Thomas
Thomas
Top achievements
Rank 1
 answered on 16 Aug 2012
4 answers
257 views
I'm using a RadTreeList which has AllowLoadOnDemand set to true.  Everything works as expected.  On top of this functionality, we would like the ability to programmatically expand certain items in the RadTreeList depending on the situation.  For example, a user would come into the screen, start expanding nodes, and then save the state of the expansion.  Currently, I am able to retrieve the ID's for the items expanded and store them appropriately, but cannot figure out how to force that specific expansion back to the RadTreeList when the user returns.  It seems that the RadTreeList always starts with only top items and I am unable to programmatically expand to the corresponding ID's since they do not exist yet within the RadTreeList until the user manually expands (calling OnChildItemsDataBind) again to the same state.

Example:
User comes to the screen, alters RadTreeList to expand only certain nodes.  User clicks save (I capture the IDs of the items expanded and store in the db),  Later, user returns to the screen (I retrieve previously expanded nodes) and user expects to see the same expansion when save was clicked. 

Thanks!
Patrick
Top achievements
Rank 1
 answered on 16 Aug 2012
6 answers
130 views
Here we can see a part of my tree:

a

|- b
|- c
|- d
|- e


I'm expanding d:

a
|- b
|- c
|- d
|  |- f
|- e

I'm expanding f:

a
|- b
|- c
|- d
|  |- f
|  |  |- g
|- e


Now I'm expandng c:


a
|- b
|- c
|  |- h
|  |  |- i
|- d
|  |- f
|- e

f is no more expanded. Instead of f, h was expanded and I see i under h instead of g under f.

All branches are bound with needdatasource events: NeedDataSource or ChildItemsDataBind for children.

The only way to fix it is:

on Page_Load event: to find all items connected to ExpandedIndexes and save their DataKeys
on ItemDataBound set item.Expanded to true/false

But when I set item.Expanded to false, it is set up back to true.

I must remove its from ExpandedIndexes manually, using Page_PreRender...

Why

item.Expanded = false

doesn't do that?
Andrey
Telerik team
 answered on 16 Aug 2012
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?