Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2070
Webdatechooser jerks after server side value changed Event
posted
Hai Team, In my website I am using webdatechooser. In that I wrote server side event for value change. Once I choose the value from the web date chooser, it jerks/moves its position from its original position for 2+ seconds then position again its original place after the loading completed. I tried a lot by changing code but failed. Help me in this regard. Thanks in advance.
  • 24497
    posted

    Hi,

    It is not clear what happens. That position-move happens because you process ValueChange event, or it happens when you open drop-down calendar, or after drop-down calendar is closed. If the reason is processing client event, then your codes probably restructure layout of html and if location of datechooser depends on it, then it may move. If you have a simple aspx (not a large application filled with custom javascripts), then you may attach it (go to Options tab).