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

[Solved] ClientTemplate can't use js function in referenced js file?

0 Answers 43 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Pat
Top achievements
Rank 1
Pat asked on 18 Jan 2011, 05:32 AM
I have a utility javascript functions for converting values but when I include these in my ClientTemplate("<#= myFunc(Column) #>") I get a client javascript error that it can't find the function.  But if I copy the function into the page itself, it works.  I verified with fiddler that my javascript file is being referenced and downloaded.

Why can't reference other functions?
Tags
Grid
Asked by
Pat
Top achievements
Rank 1
Share this question
or