Unanswered: Click event been fired even if no event wirrten for it when using the prperty itemTpl
Unanswered: Click event been fired even if no event wirrten for it when using the prperty itemTpl
HI,
I have created a simple app, in which a panel and a view are dynamically pouplated on click of grid row. Everything is working fine however when i click on the view row i get a error as "o is undefined". I have however not specified any event handler for that view.
its been fired on widget.countrydetails, however i have not defined any event or event handler for the same.
When the application loads widget.countrydetails class is used to display all the country details ,when i click on the list generated by widget.countrydetails for first time the evnet does not get fired.
But second time when the list is generated again the event gets fired on same class.