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

[Solved] class="module" not available in ascx page :

1 Answer 116 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
nagarjun
Top achievements
Rank 1
nagarjun asked on 29 Apr 2009, 10:27 AM
Hi,

   I need to just use the form as shown in this page: http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/editmodes/defaultcs.aspx.

  I am using ascx, usercontrol page. When i use the classes present in the above page it shows warning stating "The class or CSS class is not defined". Can you tell how to use this module form in my page.



Thanks.

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 29 Apr 2009, 10:40 AM
Hello nagarjun,

"The CSS class is not defined" warning is given by Visual Studio 2008 if it can't find any CSS rules with this CSS class (for example the CSS file, which contains the CSS rule, is registered by the parent page or by another user control, etc). In case the CSS class works in the browser, there is no need to worry about the warning.

The "module" CSS class is defined in http://demos.telerik.com/aspnet-ajax/Common/qsf.css, however, you are not required to use it.

Sincerely yours,
Dimo
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
General Discussions
Asked by
nagarjun
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or