Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
99 views
Hi,

I'm sure how to use this function clearSelection().  I'm trying the to put a menu item "Clear Selection" on the context menu.

Thanks

Vinh Vu
Rumen
Telerik team
 answered on 12 Mar 2012
3 answers
145 views
i had to upgrade my telerik controls to the latest version..
but this hasnt worked, and now i cant build my project due to lots of build errors.

on running the upgrade wizard i get this error popping up

Error executing cutom action
Telerik.web.ui.vsx.actions.multiprojectupdatereferencesaction: could not find file 'C:\Users\Documents\Visual Studio 2010\Projects\MyProject\Source Code\MyProject\bin\Telerik.web.design.dll'

any idea how i resolve this?
Chavdar Dimitrov
Telerik team
 answered on 12 Mar 2012
3 answers
82 views
Hello again, I have a problem with my timeslots. It works fine when I am using the dayview, but when I am in weekview my timeslots are not displaying. 

I have to timeslots in my weekview and it looks like this, and it's not working. It only shows one big gray field. 

EIDT: I fixed it now, thanks.

if (e.TimeSlot.Start <= new DateTime(2011, 8, 31, 10, 15, 00) || e.TimeSlot.Start >= new DateTime(2011, 8, 31, 15, 00, 00))
            {
                 
                Debug.WriteLine(e.TimeSlot.Start);
                //Debug.WriteLine(e.TimeSlot.Start);
                e.TimeSlot.CssClass = "Disabled";
            }
 
if (e.TimeSlot.Start <= new DateTime(2011, 8, 29, 10, 15, 00) || e.TimeSlot.Start >= new DateTime(2011, 8, 29, 15, 00, 00))
            {
                 
                Debug.WriteLine(e.TimeSlot.Start);
                //Debug.WriteLine(e.TimeSlot.Start);
                e.TimeSlot.CssClass = "Disabled";
            }
Sander
Top achievements
Rank 1
 answered on 12 Mar 2012
2 answers
147 views
I am using a Rad Menu on master page. Take for example, the structure of Rad Menu to be: Root-1: Sub-1,Sub-2,Sub-3 and Root-2:Sub-4, Sub-5.
Now my Sub-2 menu's url is rewritten to point to Root-1 url. If I go to Sub-2 and than if I click on Sub-4 menu, it will show 404 error as the URL is the wrong.

How to fix this?

FYI: Also, I am using UrlRewriter to rewrite rules in web.config.
Naupad
Top achievements
Rank 1
 answered on 12 Mar 2012
3 answers
121 views
I have a problem with selecting a color in the HSB selection mode when opening the HSB panel while the color #ffffff or #000000 is selected. I can reproduce this issue on the telerik demo pages (http://demos.telerik.com/aspnet-ajax/colorpicker/examples/default/defaultcs.aspx).

Select #ffffff or #000000 on the webpalette and open the HSB panel. Now notice that the RGB values are not updated when clicking in the color spectrum. This only happens when first #ffffff or #000000 is selected, any other color works fine.   
Slav
Telerik team
 answered on 12 Mar 2012
8 answers
380 views
I have a panel bar which i use to navigate around my application once the user has logged in.  The problem i have is when the user logs out and then comes back into the application i want ot lose the fact that they clicked on the log out item which is still highlighted and any item that has children remain expanded if they were at the time of log out.  So basically just want to clear the cookie that is holding the fact that the items are selected etc...

If I turn the PersistStateinCookie  to false then this gives me the reaction i want at logout but i want to keep this as true for when the user is in the App so it remembers the state of the panel bar when they are not loggin out.

This is what i have got and have tried:

<

 

telerik:RadPanelBar id="panelbar" Runat="server" ExpandMode="SingleExpandedItem" AllowCollapseAllItems="true" OnClientItemClicked="PanelBarItemClicked" CookieName="TelerikRadPanelBarCookie" PersistStateInCookie="True" EnableEmbeddedSkins="False" Skin="CommuniGatorSkin">

 

 

</telerik:RadPanelBar>

 

 
Tried with no avail on log out.

Session(

"TelerikRadPanelBarCookie") = Nothing

 

Response.Cookies(

"TelerikRadPanelBarCookie").Expires = EmarketingDateTime.Now.AddYears(-30)

 


Also tried to set the items as selected as false in the Xml which i am generating dynamically but this too does not work.
Any ideas?

Thanks Aaron  
Dimitar Terziev
Telerik team
 answered on 12 Mar 2012
2 answers
154 views
Hi,
Scenario:
My asp.net Usercontrol(acsx) is wrapped in radajaxpanel control.

I embedded this control in a aspx page which has RadAjaxManager.

I want to update control using ajax manager. when I pass Control unique ID. It throws exception that ClientID is not availabel for UserControl, 
Manish
Top achievements
Rank 1
 answered on 12 Mar 2012
2 answers
123 views
Hi. I add   radtoolbar. it has 2 buttons. 

When I push the first button, I wanna do this code

 

 

 

 

Vx.Windows[0].NavigateUrl = "number.aspx?no=" + no.Text;
                Vx.Windows[0].VisibleOnPageLoad = true;


Can I do? how?

Sorry for my english.

Thanks

Maksut
Top achievements
Rank 1
 answered on 12 Mar 2012
7 answers
195 views
Is there any work around or when the new version supporting mvc4 will come out?

Thanks.
Peter
Telerik team
 answered on 12 Mar 2012
5 answers
131 views
Hi,

I'm using the 2010.2.826.35 version of the ASP.NET for AJAX controls.  I'm new to the Scheduler, and assume this is a simple question but couldn't find a KB article or forum post that answers it.

My Scenario:
- When my page loads, the Scheduler shows the current month as expected (it is in MonthView).
- Then I scroll to a new month (or even switch to week view and scroll to any week).
- If I hit F5 to do a page refresh in the browser, the Scheduler again shows the current month.

What I want it to do, is continue to show the correct timeline and date range that I was currently looking at.

Q.  What is the recommended way of doing that?

Do I store the SelectedView type and the date range in hidden fields, and read them and set the appropriate properties of the Scheduler?

Thanks,
Michael
Plamen
Telerik team
 answered on 12 Mar 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
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
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
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
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?