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:
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
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