This is a migrated thread and some comments may be shown as answers.

GridDateTimeColumn DatePicker Value Selected

1 Answer 140 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sudhanshu
Top achievements
Rank 1
Sudhanshu asked on 01 Mar 2011, 10:18 PM
Hi
I am working on a problem where I need to fire a javascript function when a value is selected in the GridDateTimeColumn of PickerType= "DatePicker". But I couldn't find a relevant event for that. Kindly provide some inputs

Thanks
Sudhanshu

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 02 Mar 2011, 05:44 AM
Hello,


You could access the control in RadGrid1_ItemCreated event and attach the event. Do not forget to set the AutoPostBack property of control to "True".

A similar approach, you can find here in the documenatation.
Attaching event for an auto-generated grid column editor



Thanks,
Princy.
Tags
Grid
Asked by
Sudhanshu
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or