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

Javascript Intellisense

1 Answer 69 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Echarbeneau
Top achievements
Rank 1
Echarbeneau asked on 04 Nov 2009, 09:06 PM
I've been working more and more with the client side portion of the rad controls lately and I want to know if this intellisense is working correctly.

For example:
 <script type="text/javascript"
        function Test() { 
            var item = new Telerik.Web.UI.RadListBoxItem(); 
            item.  
             
             
        } 
         
    </script> 

When I type item. in the code above, is there a reason I do not see the get_ set_ methods for this object? I've attached a screen shot of how the intellisense appears in VS. Is this normal, if so what is the reason?

I'm using VS 2008, Rad Q2 2009, and have a ScriptManager in the first line after <form...>

Any advice would be appreciated,
Ed

1 Answer, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 04 Nov 2009, 10:43 PM
I've been trying to get intellisense for javascript to work as well but from what I understand it is not possible to have it functioning for the client-side code.
Tags
General Discussions
Asked by
Echarbeneau
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Share this question
or