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

Upgrading ASP.NET rad control to ASP.NET AJAX control

2 Answers 90 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Hrushikesh Mokashi
Top achievements
Rank 1
Hrushikesh Mokashi asked on 15 Jul 2008, 09:44 AM
Here i am using RadControl ASP.NET Q3 2007 .

The code are as follows.
---------------------------
<radW:RadWindowManager ID="rWindowManager" ClientCallBackFunction="CallBackFunction_AssignWizard" OnClientClose="UncheckGridRow" runat="server" Height="4px" Left="" NavigateUrl="" SkinsPath="~/RadControls/Window/Skins" Title="" Top="" Skin="winxpluna" >
            <Windows>
                 <radW:RadWindow ID="rWindowVoiceMsgContactAssignWizard" runat="server" Left="1px" NavigateUrl="" SkinsPath="~/RadControls/Window/Skins"
                 title="Voice Message Contact Assign Wizard" Top="2px" Modal="true" VisibleStatusbar="false" ReloadOnShow="true" Width="425px" Height="350px" />
            </Windows>
        </radW:RadWindowManager>
---------------------------
Query
1>
I want to upgrad the code in RadControl ASP.NET AJAX 2008.
 In RadControl ASP.NET AJAX 2008 , i didn't get the skin with name="winxpluna".
How can i modify the above code for ASP.NET AJAX 2008 control.

2>How can i upgrade the RadControl ASP.NET Q3 2007 to RadControl ASP.NET AJAX 2008 (Control like grid,toolbat,tabstrip,datetimepicker,window,combobox)


2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 15 Jul 2008, 10:29 AM
Hi Hrushikesh ,

2. Here is a forum discussion regarding a similar requirement. Go through it and see whether it helps.
Upgrade instructions?

Regards
Shinu.
0
Svetlina Anati
Telerik team
answered on 15 Jul 2008, 12:06 PM
Hello Hrushikesh,

Straight to your questions:

  1. The winxpluna skin is not available in RadControls for ASP.NET AJAX but you can create your own, custom skin which meets your requirements. You can find more information about creating a custom skin and configuring RadControls for ASP.NET AJAX to use it here.
  2. I suggest to examine the provided by Shinu link and try to upgrade. In case you experience problems, please provide a more detailed explanation of the problem, the steps you have already done and their result.

Regards,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Hrushikesh Mokashi
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Svetlina Anati
Telerik team
Share this question
or