Hi, I am currently working with DevExpress controls and I'm considering a move. Can you tell me how your controls handle the problem of identifying, client side, a telerik control inside a user control which appears on the page more than once. Let says you have a page with a user control of type InnerControl, and inside that control you have a Telerix ListBox which you want to identify in some javascript function to perform some behaviour that is relevant to the InnerControl. I.E. you want to place the javascript with the user control (either in the same file, or a file included by the ascx of the InnerControl). Now further imagine that there is another user control on the same page of a different type, say OuterControl and this control also contains an instance of the InnerControl. What is the recommended way of generating the client side javascript for the InnerControl, given that there will be 2 instances of the InnerControl on the final page and that you cannot have 2 javascript objects with the same id, or 2 javascript functions with the same name?
As an extension to this problem, what happens to the javascript client side object of the List Box when the InnerControl is reloaded using a callback (not a postback)? Is a new object created, or is the old one reused?
Hope that makes sense and thanks for your time.
--
Scott
As an extension to this problem, what happens to the javascript client side object of the List Box when the InnerControl is reloaded using a callback (not a postback)? Is a new object created, or is the old one reused?
Hope that makes sense and thanks for your time.
--
Scott