Formating GGC Combobox dropdown list

Hi, I have a column which it''s celltype is a combobox, and the cellvaluetype is "System.DateTime". I''ve assign the combobox''s datasource to an ArrayList of DateTime Format items. When the combo box drop down, i only want to display the Time. Is there any way i can do this? Thanks in advance.. :)

3 Replies

CW Chin Wye Jin March 20, 2006 09:27 AM UTC

Hi is the information that provided not enough? If so, please do reply me. I''ll try my best to provide the information required... :)


AD Administrator Syncfusion Team March 20, 2006 11:26 AM UTC

Hi Jin, Sorry for the delay in responding to you. You can acheive this, by changing the data in the underlying datasource of the dropdown. Here is a sample which demonstrates the way to display only Time information in the combobox. Let us know if this helps. Best regards, Madhan.


CW Chin Wye Jin March 21, 2006 09:49 AM UTC

Hi Madhan, Thanks alot for replying me, and providing me a great solution. It works!!

Loader.
Up arrow icon