Posted
on Aug 28, 2008
(permalink)
I need a little bit of insight on an "Unknown Server Tag" issue coming from the Filtering with MS DropDownList tutorial located at (http://www.telerik.com/help/aspnet-ajax/grdfilteringwithdropdownlist.html).
I've copied the Source provided there letter-for-letter to "Show Off" the RADGrid's capabilities compared to others. However, there are a few warnings and parser errors that are halting the development:
In designer, the gridview renders fine and the custom columns are editable. However at runtime the ASPX page displays a parser error for an unknown server tag custom:MyCustomFilteringColumn.
The two warnings in question are:
Element 'MyCustomFilteringColumn' is not a known element. This can occur if there is a compilation error in the Web site, or the web.config file is missing.
and
Generation of designer file failed: Unknown server tag 'custom:MyCustomFilteringColumn'
The one time it did not give these errors, it complained that columns about the column type.
Any insight on this? I'm using the Trial version at the moment, and the code is a carbon copy from the URL provided above. Development environment is Visual Studio 2008 with Service Pack 1.
Thanks for the support.