This is a migrated thread and some comments may be shown as answers.

colorpicker preset not updated from contextmenu in courseware example

2 Answers 40 Views
ColorPicker
This is a migrated thread and some comments may be shown as answers.
William
Top achievements
Rank 1
William asked on 24 Apr 2011, 05:21 PM
Hi all,

Have anyone has the above problem in the Title?
I have tested both in firefox 3.6.16 and ie8.
latest telerik web ui assembly 2011.1.413.35

both my version where I follow the tutorial and the version I drag from the courseware/navigation/multipage folder.
they both do not change preset color when I change the preset from the context menu.

the presets are populated OK though from the context menu.

thanks.

2 Answers, 1 is accepted

Sort by
0
Accepted
Niko
Telerik team
answered on 26 Apr 2011, 01:18 PM
Hello William,

Thank you for noting this issue. It is indeed not working correctly. We will have it fixed in the updated version of the Courseware. Until then you can introduce the fix in your version as well. Please, note in the code-behind file the RadContextMenu ItemClick handler - RadContextMenu1_ItemClick. You should change the check for the clicked item's level to 2 instead of 1:
if (e.Item.Level == 2)

As a sign of gratitude, I have updated your Telerik points.

Best wishes,
Niko
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
William
Top achievements
Rank 1
answered on 27 Apr 2011, 04:26 AM
Thank you Telerik team.  It works.
Tags
ColorPicker
Asked by
William
Top achievements
Rank 1
Answers by
Niko
Telerik team
William
Top achievements
Rank 1
Share this question
or