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

please help--any limitation with the trial version????

2 Answers 119 Views
Buttons, RadioButton, CheckBox, etc
This is a migrated thread and some comments may be shown as answers.
shikha .........
Top achievements
Rank 1
shikha ......... asked on 07 Aug 2009, 05:46 AM

 

 

As we do the following operation on Radbutton ,

 

Go to RadButton TasksàEdit UI Elements àGo to  Telerik.WinControls.RootRadElement / root element  Properties à Behaviouràselect ClickMode as “Hover” /”Press”

 

Then on compilation , we get the following error,

 

'Telerik.WinControls.Themes.TelerikTheme' does not contain a definition for 'WinControls' and no extension method 'WinControls' accepting a first argument of type 'Telerik.WinControls.Themes.TelerikTheme' could be found (are you missing a using directive or an assembly reference?)

 

 

That is : if we use ClickMode as “hover” or “press” , may be it doesnot support , whereas it is supporting in case of ClickMode as “ Release”.

Is it happening because of using trial version of Telerik controls.  ???

Shikha

2 Answers, 1 is accepted

Sort by
0
Robert
Top achievements
Rank 1
answered on 07 Aug 2009, 03:42 PM
Shikha,

The trial version of the Telerik controls has no limitations. It sounds to me like your project probably has a reference error. Make sure your project has these basic assemblies referenced:

Telerik.WinControls
Telerik.WinControls.Themes.Telerik
Telerik.WinControls.UI
TelerikCommon

- Robert
0
Victor
Telerik team
answered on 11 Aug 2009, 12:04 PM
Hello  shikha,

I am afraid I cannot reproduce this compilation error. Make sure your code does not contain any tokens having the same names as Telerik types/namespaces. Write again if you have other questions.

Regards,
Victor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Buttons, RadioButton, CheckBox, etc
Asked by
shikha .........
Top achievements
Rank 1
Answers by
Robert
Top achievements
Rank 1
Victor
Telerik team
Share this question
or