I am having 5 rows in my gird with EffectiveDate texbox but on click on textbox showing popup calendar working for first row.
Not for remaing rows when I click on my any other row except first row its not showing me up the popup calendar window. is that something I am doing wrong here?
Thanks
From api.jquery.com:
You’re using the same ID for the text box in each row. Try generating a unique ID for each row. You may also want to assign a class to the text box and use a class selector to select them all.