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

Not display the findItemByText method

1 Answer 43 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Carlos Andres
Top achievements
Rank 1
Carlos Andres asked on 29 Jul 2009, 04:07 PM
Hi everyone

Im working on a project with a radPanelBar and some RadPanelItems below its my code, the problem is the when I tried to use the FindItemByText method to get a combobox value in the panelbar variable it does not show me this method.. :( What can I do?  am I doing someting wrong?
//Javascript script
 var panelbar;
        var itemcombo;

        function pageLoad() {
            // initialize the global variables
            // in this event all client objects
            // are already created and initialized
            var panelbar = $find("<%=RadPanelBar1.ClientID%>");
            var panelitem = panelbar.findItemByText(
     --->  itemcombo = panelbar.findItemByText('Sendercombo');  -->this method does not charge when I press . to show
        }

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 30 Jul 2009, 08:26 AM
Hi Carlos Andres,

Currently we do not support javascript intellisense in Visual Studio.

I hope we will do in the future.

Regards,
Veselin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
PanelBar
Asked by
Carlos Andres
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or