| Issue ID | job000295 |
|---|---|
| Status | open |
| Category | task |
| Assigned | dkadrioski |
| Modified | 01/22/2007 10:02 PM |
| Creator | kolex |
| created | 01/22/2007 10:02 PM |
| synopsis | listgrid.onendedit w/datepickers |
| Description |
http://domapi.com/index.cfm?action=forumviewtopic&topicid=2358 old value and new value of onendedit event handler are not setted propperly for a ctDatepicker column of listgrid oldvalue == undefined & newvalue == undefined For other types of listgrid columns it works fine. source: elm1.onendedit = handleUpdateRow; function handleUpdateRow(oldvalue, newvalue) { alert(oldvalue + ", " + newvalue); } |
