Add DateTimePicker to FilterBar row

I want to first off Thank Haneef for all the help he's been giving me.

I was able to adapt the checkbox list to a ListBox, But I'm stuck trying to add a DateTimePicker to the FilterBar.

Hpw do i go about this.

6 Replies

HA haneefm Syncfusion Team May 17, 2007 09:09 PM UTC

Hi Nedu,

Thank you for your update.

Here is a minimal sample that shows you "How to add a datetime picker in a filterbar cell?".
FilterBarUserControANDMonthCalendarl.zip

Please refer to the sample and let me know if this helps.

Best regards,
Haneef


CH Chinedu May 17, 2007 09:31 PM UTC

Exactly what I was looking for...thanks once again...At the chance of sounding dumb...

could I ask for a sample to add a regular textbox that to the filter bar


HA haneefm Syncfusion Team May 17, 2007 09:40 PM UTC

Hi Nedu,

Here is a forum thread that discuss with the similar issue.
http://www.syncfusion.com/support/forums/message.aspx?&MessageID=58888

Best regards,
Haneef


CH Chinedu May 17, 2007 10:13 PM UTC

Hey Haneef, I have two columns that use the datetime picker, so i set the cell type for both to the "MonthCalender" and added the event wiring, however whenever the date on one of them is updated, the other is updated too...is thier a way to make them update separately


HA haneefm Syncfusion Team May 17, 2007 10:44 PM UTC

Hi Nedu,

You can use the Hashtable to store the different column filter value and retrive that filter value in a TableControlDrawCellDisplayText event. Please refer to the modified sample and let me know if this helps.

Sample : ModifiedFilterBarUserControANDMonthCalendarl.zip

Best regards,
Haneef


CH Chinedu May 18, 2007 01:17 AM UTC

God Bless you Haneef.

Thank you so much....I'm sure i'll be needing you again soon.

Thanks a million

Loader.
Up arrow icon