Hi Marc and Rouslan,<br><br><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">> There is a problem with this feature: when the table has a DATETIME<br>

> column, the picker icon does not show up.<br>
><br>
> Have a look at [0] where Rouslan explains that he fixed a similar<br>
> problem in his repository.<br>
><br>
> [0]<br>
> <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=3354360&group_id=23067&atid=377410" target="_blank">https://sourceforge.net/tracker/index.php?func=detail&aid=3354360&group_id=23067&atid=377410</a><br>

><br>
<br></div></blockquote><div><br></div><div>Okay. I'll go through that. </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">
</div>The problem there is that the datepickers/timepickers are attached to<br>
all relevant fields on page-load by functions.js, however in AJAX mode<br>
the fields are created after page-load and the pickers are not attached,<br>
so it's necessary to bind them manually after showing the dialog to the<br>
user. My code for this looks like this (the snipped is simplified for<br>
clarity):<br>
<br>
---SNIP---<br>
/**<br>
 * Display the dialog to the user<br>
 */<br>
RTE.$ajaxDialog = $('<div>' + data.message + '</div>').dialog(options);<br>
RTE.$ajaxDialog.find('.datefield, .datetimefield').each(function () {<br>
    PMA_addDatepicker($(this));<br>
});<br>
---SNIP---<br>
<font color="#888888"><br></font></blockquote><div><br></div><div>Thanks for the information. </div><div><br></div><div>Regards,</div><div>Thilanka. </div></div><br clear="all"><br>-- <br><div><span style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px"><div style="text-align:left">
L G Thilanka Kaushalya     <br>Computer Science & Engineering,    <br><div style="color:rgb(80, 0, 80)">University of Moratuwa,<br>Sri Lanka<span></span><br>                          <br></div></div>Connect with me at,<br>
      Gmail        : <a href="mailto:lgtkaushalya@gmail.com" style="color:rgb(0, 0, 204)" target="_blank">lgtkaushalya@gmail.com</a><br>      Twitter       : @thilanka_k<br>      Facebook  : Thilanka Kaushalya<br>      Yahoo       : <a href="mailto:lgtkaushalya@yahoo.com" style="color:rgb(0, 0, 204)" target="_blank">lgtkaushalya@yahoo.com</a></span></div>
<div>      Blog          : <a href="http://coders-view.blogspot.com/" target="_blank">http://coders-view.blogspot.com/</a></div><br><br>
</div>