I am coming to the conclusion that doing a very simple thing, is not possible in Telerik RadGrid controls. Instead of saving time, im losing time and money.
This is what I want to do, and I need CLEAR WORKING examples please. No links to redirect somewhere. Just clear posted tested examples:
Lets have a simple data source which contains 2 string fields and 1 DateTime source.
I want to bind this to a RadGrid Control.
I want to display the datetime as per normal in the DateTime column.
I then want to use a DateTimePicker and only show the Date filter (no time).
I want to be able to filter on the Date given. However the control does NOT support Date filtering but only WITH time. This is not what I want hence the further customisation.
At this point, how can I either:
a) Invoke server side so I can tehn perform filtering on my data source and then rebind the grid showing the filtered values
b) use client side to obtain the selected date from the DateTimePicker control (DatePicker) and then filter it on the client side
Thanks.
This is what I want to do, and I need CLEAR WORKING examples please. No links to redirect somewhere. Just clear posted tested examples:
Lets have a simple data source which contains 2 string fields and 1 DateTime source.
I want to bind this to a RadGrid Control.
I want to display the datetime as per normal in the DateTime column.
I then want to use a DateTimePicker and only show the Date filter (no time).
I want to be able to filter on the Date given. However the control does NOT support Date filtering but only WITH time. This is not what I want hence the further customisation.
At this point, how can I either:
a) Invoke server side so I can tehn perform filtering on my data source and then rebind the grid showing the filtered values
b) use client side to obtain the selected date from the DateTimePicker control (DatePicker) and then filter it on the client side
Thanks.