Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
159 views
Hello there !

Thanks for previous help. I have a RadScheduler with only week view available, and on the same page I'm displaying a list of "upcoming events", which are appointments that fall out of the date range currently  displayed on the RadScheduler.

In this "upcoming events", I need to add a "go to" button, so that when it is clicked, the RadScheduler week view goes to that date, but the
SelectedDate property only works for dayViews, I haven't been able to find how to accomplish this in WeekView.

Also, in weekview the day numbers are hyperlinked to the respective dayView, I need to disable this hyperlinking because in this case the RadScheduler should only have Weekview available.

Any help / pointers are greatly appreciated, thanks !

Max
Peter
Telerik team
 answered on 21 Feb 2011
1 answer
169 views
Environment:
Visual Studio 2008, C#, Rad Controls for ASP.NET AJAX v.2010.3.1317.35

I am using RadEditor and trying to configure a virtual directory for the RadEditor.ImageManager.ViewPaths.

I have used IIS Manager to create a virtual directory called Email under my website. If I click on that virtual directory in IIS Manager I can see the files that exist in the respective physical location. I can open a web browser and browse to the virtual directory URL, i.e. http://localhost/<websitename>/Email.

I am setting the ImageManager ViewPaths property in codebehind:

 

string[] viewImages = new string[] { "~/Email" };

 

 

RadEditor1.ImageManager.ViewPaths = viewImages;

When I run the application in the development environment and open the ImageManager for RadEditor, there are no files available for selection.

If I create an Email folder under the website and point to that folder for the ViewPaths property, the files are available.

How should I configure virtual directory so that the ImageManager can see the files properly when running in the Visual Studio 2008 development environment,

Thanks for your help!

 

 

Rumen
Telerik team
 answered on 21 Feb 2011
4 answers
156 views

Posted 0 minutes ago (permalink)

Hi,
   Existing radeditor I add some images like file attachment(.gif) icon,  how can i add this image to my rad editor ? I'm using  versionq22010.

Thanks in Advance
Mr. Perfect

Perfect
Top achievements
Rank 1
 answered on 21 Feb 2011
1 answer
149 views
Hello,

I am using a radAjaxLoadingPanel with the default "swirling circle" animation.

I have a radGrid that contains an asp Image Button in a GridTemplateColumn.  When I click the button, the "swirling circle" comes up and works fine.  (this button opens a Rad window).  When I close the rad window that is opened by the image button click, the rad window closes, and the grid that the rad window is called from is displayed with the transparent loading panel and "swirling circle".  However, the "swirling circle" no longer swirls.  In fact, any ajax request causes the circle to appear, but the circle no longer swirls.

Any ideas to what could be causing this?  Everything seems to be working correctly except that the circle is no longer animated.

Thanks!
Dave
Mira
Telerik team
 answered on 21 Feb 2011
1 answer
89 views
In some instances, I want to rename my root folder (top node ni TreeView). This is done via an ajax call that triggers the rename in the backend. After that ajax call is done, I call explorer.refresh() (client side). However, the name of the top node in the TreeView doesn't update.

When calling explorer.refresh() I've verified that PageLoad is executed in the code behind. I update the "root folder" paths during page load:
fileExplorer.Configuration.ViewPaths = new[] { newRootFolderName };
fileExplorer.Configuration.UploadPaths = new[] { newRootFolderName };
fileExplorer.Configuration.DeletePaths = new[] { newRootFolderName }; 

Still, the root folder name doesn't update in the TreeView on the page.


Is there a way to update the root folder (except doing a hard refresh)?

Dobromir
Telerik team
 answered on 21 Feb 2011
16 answers
1.9K+ views
I had some problems to center the loading image for a loading panel both vertically and horizontally.

This worked for me. I basically just wrap the image inside a table that occupies 100% width and height and then I align the content of the cell to the middle.

Hope this can be of any help to others.

<telerik:RadAjaxLoadingPanel ID="AjaxLoadingPanel1" runat="server" Transparency="20" BackColor="#E0E0E0">
            <table style="width:100%;height:100%;">
                <tr style="height:100%"><td align="center" valign="middle" style="width:100%">
                    <asp:Image ID="Image1" runat="server" AlternateText="Loading..."
        BorderWidth="0px" ImageUrl="~/Images/Loading/Loading6.gif">
       </asp:Image>
                </td></tr>
            </table>
  </telerik:RadAjaxLoadingPanel>
Zura Chikhladze
Top achievements
Rank 1
 answered on 21 Feb 2011
0 answers
176 views

Good Morning,

I would like to know, if possible, if you can help me with the following questions:

I wish the state of the checkbox when it was changed, to update the database table with values 0 and 1 (1 Checked, Unchecked 0)

Secondly, I would like the Calendar and Scheduler were synchronized. When clicking a date on the calendar, change the scheduler, and vice versa. If possible, when selecting a week in the Calendar, the Scheduler switch to Week view and show the selected week.


Jean
Top achievements
Rank 1
 asked on 21 Feb 2011
2 answers
117 views
Hello Telerik,
I am using RadTabStrip like the Wizard and everything works fine. But I need to have a Back or Previous button besides Next button, like ASP.NET wizard control. Could you please tell me how I can get that using RadTabStrip
kaustubh
Top achievements
Rank 1
 answered on 21 Feb 2011
1 answer
132 views
Hi,

I'm using a radcombobox inside a custom control.  I need to be able to optionally tie it to a onitemsrequested serverside function for use with some cascading drop downs.  The problem that I am finding is that there is no onitemsrequested field available on the server side so I can't set it on the control.

How would I go about working around this issue?

Tired and probably missing something obvious!

Regards,

Jon
Jon
Top achievements
Rank 1
 answered on 21 Feb 2011
1 answer
98 views
Hi,

I am using Telrik Grid by using data on load method, ie i am loading virtual item count value based on the value which is given by database stored procedure. so i found that, it is a performace issue to get the rowcount from the database.
So i want to use "Grid Paging" by using "NextPrev" technique without using "VirtualItemCount", so can anybody please conform that ...is it possible to use "Grid navigations" using "NextPrev" technique without "VirtualItemCount"?.
Mira
Telerik team
 answered on 21 Feb 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?