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
205
How to create a dynamic webdatechooser in Javascript...
posted

A fairly urgent issue / question:

I am currently creating a dynamic table in Javascript that has changes it's editors (i.e. drop down list, check box, text box etc) depending on selected choices the user makes (i.e. if they select an item from the list has is a boolean data type, then we would bind a check box to the dynamic table cell). 

But - how do I go about creating the web date chooser as one of these dynamic controls?

Is this even possible?

Or should I be looking to use a proper Javascript control?

Thanks