Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
91 views
hi,

The header date text next to "today" and the delete confirmation text appears very blurry and compressed ( and overlapping horizontally)... how can i fix this problem..i'm using the sunset skin which shows perfectly clear text in the demos.
Atanas Korchev
Telerik team
 answered on 10 Nov 2008
1 answer
179 views
Hi,
     I have a couple of questions regarding RadScheduler's AdvancedTemplates and resources.

1.)  How can I get or set a particular resource value through code-behind.? i.e. Whatever value I select in the form should be available on the server side plus whatever value I assign to a resource for a particular appointment that should be the selected value for that particular resource. (I'm assiging the datasource for the appointments and resources in code behind. )

2.)  Is it possible to not display the AllDayEvent Checkbox in the advancedTemplate without creating a user control of our own?

3.)  How can I show a resource's selected value in the appointment display area in different views.(Day,month,week,timeline) ?

4.)  Can we change the "Subject" Caption in the advancedtemplate ?

5.) how to add a timepicker control for time selection in adavncedtemplate (there is already a claendar by default so I'm assuming there must be an easy way to add a time picker control as well) and how can we make the date and time textboxes readonly in advancedtemplate (I want the datetime values to change only when the user selects a date and time through respective picker controls)?


I would really appreciate if someone can answer all the queries as soon as possible as I'm on a deadline.Please tell me the quickest and easiest way of doing all these tasks.

(Note : I cannot bind the controls to a datasource in desing -time)


Thanks in advance.
Peter
Telerik team
 answered on 10 Nov 2008
2 answers
94 views
Hi,

We have a RadTreeView that allows drag drop operations onto itself and it works fine in IE 7 PC, Safari 3.12 Mac,

... but in Firefox 3.03 on the Mac and the PC we see this -

Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 0

in a javascript alert pop up. Has anyone else seen this and is there a work around or other solution that will make this ugliness go away? Many thanks.
Atanas Korchev
Telerik team
 answered on 10 Nov 2008
6 answers
126 views
Hello,

 I want to open a new page when I click in a items in a panelbar.

I Use Javascipt to open the new windows but I make :

NavigateUrl = "javascript:OuvrirDossier('C-AERIEN')"

for the item and the page don't open.

Do you have solutions?

Thank you
Thierry Treunet
Top achievements
Rank 1
 answered on 10 Nov 2008
1 answer
286 views
The grid initially renders fine.  When I sort on particular properties on my business object I get the "Cannot find column" error.  These particular properties are readonly properties that reference related business objects in my domain.  For example, I have a list of distributions that I'm binding to the grid, but I also want to show associated contacts.  To be able to do this I need to "flatten"  my domain objects to include readonly properties for ContactFullName or DefaultBrokerOnAccount.  By denormalizing my domain I'm able to bind related objects.  I think we all do it this way unless I'm missing something revolutionary here.  The properties in my Distribution object look like this:

        public string ContactFullName
        {
            get { return (UpToContactByContactID == null) ? "" : UpToContactByContactID.FullName; }
        }

        public string DefaultBrokerOnAccount
        {
            get { return (UpToContactByContactID == null) ? "" : UpToContactByContactID.Account.DefaultRep; }
        }

Where the property "UpToContactByContactID" is of type Contact which is associated to my Distribution object.  The telerik grid binds fine initially, but falls apart when I need to sort on these columns.  If I give these columns setters and populate them like normal properties of the Distribution object I have no problems.  This is seems to be a major issue but solvable since at least the grid recognizes the properties on the initial bind.

please help




Justin
Top achievements
Rank 1
 answered on 10 Nov 2008
1 answer
65 views
Forgive me if this has already been asked.  I tried searching before posting but could not find anything related to this problem.

When using the Flash Manager, I am able to insert a flash file into the editor which produces an <object tag><params tags><embed tags></embed></object>sometext.  After returning to the editor preview, if I click on the flash file and move it to a new location, the embed tags get moved to the new location within the document, but the <object> tags do not.  Thus i have now <object tag><params tags></object>sometext<embed tags></embed>.  How do I move the object tags along with the embed tags?



Rumen
Telerik team
 answered on 10 Nov 2008
1 answer
130 views
HI Team,

I am using the grid with EditFormType="Template"  .
and in FormTemplate i am using the rad combox .
while editing the record i need to fill that combo from the database .
i tried it on the itemCommad event of grid , how ever i didn't get the control by using the findcontrol method.

        GridEditFormItem formItem = (e.Item as GridDataItem).EditFormItem as GridEditFormItem;
        RadComboBox box = (formItem.FindControl("drpQType") as RadComboBox).Text;
it returns null reference for the combobox.
plz help me for this issue.

Daniel
Telerik team
 answered on 10 Nov 2008
1 answer
166 views
Hi 
    I have used XML DataSource for RadRotator, can you please describe the what is the exact format of XML file for XML Datasource.

Thanks 
Georgi Tunev
Telerik team
 answered on 10 Nov 2008
3 answers
108 views
Hi,

I am doing live data update on radgrid with paging.
When webservice is called and result set is changed I get e.NewPageIndex = -1.

This halts live update process.

Please give your suggestions.

Thanks,
Vaibhav
Nikolay Rusev
Telerik team
 answered on 10 Nov 2008
1 answer
161 views
Hi
Ive recently swapped using RadSpell.Net2 for Telerik.Web.UI, now i cant seem to access SpellCheckProvider without it telling me its innaccessible due to its protection level. There is no definition for SpellCheckProvider in the SpellChecker class, why is this? Any idea what i need to do here?
Cheers
Laura
Rumen
Telerik team
 answered on 10 Nov 2008
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?