Rank: Advanced Member Groups: Member
Joined: 2/11/2008 Posts: 37
|
Is there an event I'm not seeing that would be like ClientSideOnSelect for the DateTimeColumn for your grid, but happens when leaving the cell after changing the date via typing or using the up/down arrows instead of using the calendar dropdown?
I need to fire some code off whenever the user changes the date, not just when they use the dropdown. For custom columns I handle the ClientSideEndEdit but I don't see an equivalent way of handling the DateTimeColumn.
Thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
That doesn't seem to be possible now. In the long run we will probably extend ClientSideEndEdit to cover all column types. Hopefully that can cover your case.
Thanks
|
Rank: Advanced Member Groups: Member
Joined: 2/11/2008 Posts: 37
|
Yes that would be perfect.
Thanks
|