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

RadDataform unrecgonized

1 Answer 59 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jesse
Top achievements
Rank 1
Veteran
Jesse asked on 05 Oct 2020, 05:21 PM

 

The tag keeps coming up as not being recognized in the mark up. I have tried using it in other web application where I use radcontrols such as button and pop up windows, and I get the same behavior, it recognizes all the other mark up tags but not the raddataform

<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>

<telerik:RadDataForm RenderMode="Lightweight" runat="server" ID="RadDataForm1"
                ...
            </telerik:RadDataForm>

 

Thanks in advance for any help.

 

Jesse

 

 

 

1 Answer, 1 is accepted

Sort by
0
Doncho
Telerik team
answered on 08 Oct 2020, 12:00 PM

Hi Jesse,

I would suggest you check out the suggestions in this forum thread - unrecognized tag prefix or device filter 'telerik'

Normally, if you have referenced the Telerik.Web.UI.dll, and the respective TagPrefix is registered, all controls should be recognized. You may also check out what are the Mandatory Additions to the web.config for the Telerik AJAX suite. However, if any of these is missing, none of the Telerik Controls is supposed to work.

Such an issue could appear if the RadDataForm is declared inside another tag that is not allowing nesting controls inside.

Could you please clarify what is the error message you get when you compile the project?

Kind regards,
Doncho
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
General Discussions
Asked by
Jesse
Top achievements
Rank 1
Veteran
Answers by
Doncho
Telerik team
Share this question
or