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

Issue with custom filter

3 Answers 90 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Yuriy Yurkovskiy
Top achievements
Rank 1
Yuriy Yurkovskiy asked on 25 Mar 2011, 01:54 PM
I've tried to implement my custom filter, as described in the following article:

http://www.telerik.com/help/aspnet-ajax/contentfilters.html

As a result, I got the following error:

"Telerik.Web.UI.Editor.Filter is null or not an object."

Could someone help please?

P.S. I've already added RadScriptManager and RadAjaxManager on my page.

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 29 Mar 2011, 02:31 PM
Hi Yuriy,

This error most often occurs if a custom content filter is registered before the declaration of the RadEditor control, thus the instance of the Telerik.Web.UI.Editor is not initialized. You can also get this error if the editor is placed in non editable mode or is initially hidden.

You can put the code inside the following block

if (typeof ($telerik) != "undefined") {
...
}

and see whether the problem still persists.

If this is not the case, could you please send us a fully working project reproducing this error so we can investigate the issue further?

All the best,
Rumen
the Telerik team
0
Yuriy Yurkovskiy
Top achievements
Rank 1
answered on 29 Mar 2011, 03:07 PM
Hi Rumen,

How can I post file to you?

Thanks,
Yuriy
0
Rumen
Telerik team
answered on 30 Mar 2011, 12:38 PM
Hello Yuriy,

You can attach and send zipped files/folders through our support ticketing system.

Best regards,
Rumen
the Telerik team
Tags
Editor
Asked by
Yuriy Yurkovskiy
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Yuriy Yurkovskiy
Top achievements
Rank 1
Share this question
or