Hi,I want to get the value of the WebDropDown on Document.ready Event of javascript.when i write var ctl = $('<%=object.clintID%>')
this method gives me null control how can i access the control on ready event while me same code works on some ther textbox onblur event.
Hi, ashpawan.
See if this can help you :
http://community.infragistics.com/forums/p/50324/264557.aspx
Hi Nikolay,
Thanks for your reply it works . It got the initialization event of the control.
But this event fires after the document.ready event.and on document.ready the control is null.
But still i can work with this and thanks for your time
Hi, Ashpawan.
You are right about the events. I'm also glad to know that this work for you.
Thank you for using Infragistics forum.
Hi ,
Now there is another problem I want to add valuechange event (clientside) to the webdropdown on the initialize event is there any way by which i can add that event.I know i can add it where the control is defined with the tag<clentEvents> but i want to add the events dynamicallyas i want to share the code between all the forms so will write it on master page.