Hi everybody,
I'm evaluating different toolkits and I see DevEx has really nice feature: ClientInstanceName. Essentially, the name you assign for that property in any control is available for you in javascript without needing to do something like
ClientInstanceName lets you simply call "myControl" without having to worry about that extra step. This not only helps make the code cleaner, but also to separate it in a javascript file, as opposed to a script tag in a page.
Is there something equivalent to this in this toolkit? Are there any plans to implement such a feature in upcoming versions?
Thanks
I'm evaluating different toolkits and I see DevEx has really nice feature: ClientInstanceName. Essentially, the name you assign for that property in any control is available for you in javascript without needing to do something like
| var myControl = $find('<%= MyControl.ClientID %>'); |
ClientInstanceName lets you simply call "myControl" without having to worry about that extra step. This not only helps make the code cleaner, but also to separate it in a javascript file, as opposed to a script tag in a page.
Is there something equivalent to this in this toolkit? Are there any plans to implement such a feature in upcoming versions?
Thanks