OpenerElementId property is of type string, and expect the client-side ID of an HTML element, and I guess we cannot add multiple ID to this property. One suggestion would be open the same window by using client code. Checkout the following documentation for more information on opening window from client side. Opening Windows
Shinu.
0
Accepted
Georgi Tunev
Telerik team
answered on 28 Jul 2009, 11:18 AM
Hi Martin,
No, it is not possible to assign multiple values to the OpenerElementID property. This property is intended to be used in simple scenarios only and we do not recommend using it in more complex ones, especially when Ajax is involved. In such scenarios it is best to use either the Server-Side API (VisibleOnPageLoad=true) or the Client-Side one. More information on the subject is available in the documentation.
Thanks guys, that's all I needed to know. I would have suited my purpose if I could have assigned multiple controls to the OpenerElementID, but I have done it with the clientside api instead.