Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
120 views
Hi,
       I am using a tree view where the nodes are using a context menu with two options "Delete"and "View". Depening on certain condition I need to remove the "Delete" menu option from some of the nodes. Could you please let me know how to achieve that?

Thanks
Hemangajit
Yana
Telerik team
 answered on 27 Nov 2009
1 answer
109 views
Hi,
   I have a telerik grid with people's names stored and I would to have the paging show the first 3 chars of each name in the paging rather
than first letter. Is this possible to do.

Regards

Robert
Pavlina
Telerik team
 answered on 27 Nov 2009
14 answers
223 views
Hi,

We are creating a new Finnish language pack following the instructions in Telerik's documentation (1, 2). The English localization files were copied from App_GlobalResources on the installation folder.
 
The (so far) localized strings works fine on the editor UI but not so well on the Image manager. Note that the image manager strings were not yet localized, so the original English values should be shown (from our localized fi-FI files). Instead, we get an error. For instance, all the top menubar buttons on the left pane of the image manager shows 'Not loaded (error)' as well as the Filename and Size column headers. Though, on the Preview pane the localization works fine for the top menubar. On the 'Properties' tab, only the 'Long Description' and Image alignment' labels shows as 'Not loaded (error)', while all the other labels are localized (currently in English).

Telerik's dll version is 2009.2.826.35

We also use the web.config Globalization , where we define our own resource provider factory that retrieves localization strings from database for the application. Could that be the problem?! But then again, on the main editor UI the localized strings works fine.

Any ideas would be highly appreciated.
Eyal


UPDATE: The issue seems to derive from the conflict with the ResourceProviderFactory that is defined in web.config. When I remove the ResourceProviderFactory and instead retrieve the application strings from a local resource file, the image manager shows all localization strings correctly. I think it may be worthwhile to check this resources' conflict more thoroughly, because in some projects it is required to use resources retrieved from database.

Rumen
Telerik team
 answered on 27 Nov 2009
2 answers
112 views
I've inherited some code that uses scheduler.

I see that when I add an appointment it appears, as you would expect in all views, but the appointments are, by default, all day events.

If I uncheck the "all day" checkbox on the add/edit form (sadly a complex one allowing recurrences and resources) I not that the event appears in both Month and Week views but not in Day View.

I know that there's 4 fifths of sod all to go on here, but if anyone going point me in a direction in which to look for a cause for this, I'd be most grateful.

If it makes a difference, we're running with Q1 2009.

--
Stuart
Stuart Hemming
Top achievements
Rank 2
 answered on 27 Nov 2009
1 answer
100 views
Hi,

I'm trying to set the upload,view and delte paths in code but keep on encountering errors.

The error is the old 'Object reference not set to an instance of an object.'

The strange thing is I'm testing using code copied directly from the Help file example yet I still get the error

See below :

Imports Telerik.Web.UI 
Partial Public Class blogsa 
 
    Inherits System.Web.UI.MasterPage 
 
 
 
    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load 
        Dim viewImages As String() = New String() {"~/Images"} 
        Dim uploadImages As String() = New String() {"~/Images/New"} 
        Dim deleteImages As String() = New String() {"~/Images/New/Articles", "~/Images/New/News"} 
        If Not IsPostBack Then 
            RadEditor1.ImageManager.ViewPaths = viewImages 
            RadEditor1.ImageManager.UploadPaths = uploadImages 
            RadEditor1.ImageManager.DeletePaths = deleteImages 
        End If 
    End Sub 
 
End Class 

Does anyone have any ideas ?


Dobromir
Telerik team
 answered on 27 Nov 2009
1 answer
112 views
Hello, I have a main page in my Portal, that loads user controls dynamically in 3 raddock zones, based on metadata that reside in a database.
Each user control is placed in its own placeholder(radDock) and does its job accordingly.

I also have a RadAjaxManager on my main page, and a radAjaxManagerProxy on every user control.
My User controls vary, from simple calendars to complex grid with chart and gauge controls.

I have now come to a point that I need a usercontrol to interact with another.
For example, lets say that I have one user control that only has a button int it, and one with a label.
Both these user controls are placed at runtime on a main page. When the button is clicked, the text of the label should change, using Ajax of course.

Is this possible? How?

Thanks in advance
Iana Tsolova
Telerik team
 answered on 27 Nov 2009
1 answer
124 views
Hi

I am using Rad calender . I have to view it as a calendar with multiple months. I set RangeMinDate and RangeMaxDate in my codebehind. It starts with currunt month but i could not even navigate to the previous month. And one more thing is is there any settings avilable to set the view of the calendar that I could only able to see the calendar control ranging from RangeMinDate to RangeMaxDate.I dont want to view other months.
Thanks,
Jeevitha
Pavlina
Telerik team
 answered on 27 Nov 2009
3 answers
261 views
Hi All,

There was a means at some time to align all the rows, as it seems to default to some indent per alternating row.
Is there a solution to this.
I would like all my rows and thier columns to be aligned.

thx
Neal
Dimo
Telerik team
 answered on 27 Nov 2009
5 answers
129 views
Hello,

I'd like to be able to hide some of the panels or elements within my Advanced Form based on the users access levels. I've found an old post with something similar at the very bottom here however the control is now a couple of releases older since then. In following the example I still get errors from the AdvancedForm.js with missing StartDate and EndDate controls.

Are there any examples that I've missed or can you provide me with an example of how I could achieve this?

Cheers,
Damien
Peter
Telerik team
 answered on 27 Nov 2009
2 answers
80 views
hi
i am trying to implement custom advanced form for rad scheduler with mssql but haven't got any luck...
i had explored several different examples here on the forum, but all of them are using XML file to store scheduler data. However, in my case, i would like to design a custom advanced form which writes-in/reads-out data from mssql.

can anybody help me with this issue?

thanks in advance
Waqas Aslam
Top achievements
Rank 2
 answered on 27 Nov 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
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?