javascript - How to get client id devexpress control in ascx -
i have control stored in ascx file. in control used 2 devexpress controls aspxtextbox , aspxgridview. how can client side id aspxgridview in clientsideevent aspxtextbox? can't use clientinstancename because control used on page many times.
the best way handle server-side init event of controls , set clientinstancename in code. in same way, can write js functions handle client-side events. take @ the general technique of using init/load event handler article on devexpress describes (see example #2).
Comments
Post a Comment