AD
Administrator
Syncfusion Team
February 22, 2006 06:19 AM UTC
Hi Kingsley,
Setting the DataSource for a ComboBox type cell in the CurrentCellActivated event handler works fine. The DataSource can also be set in the CurrentCellShowingDropDown event handler. Please check whether the oDS.Tables[1].Select(filter) in your code returns any row. The DropDown list part wont be shown when the DataSource is empty.
Regards,
Calvin.
KI
Kingsley
February 23, 2006 03:15 PM UTC
You''re right, the problem is from the filter line. It''s ok now, Thanks
>Hi Kingsley,
>
>Setting the DataSource for a ComboBox type cell in the CurrentCellActivated event handler works fine. The DataSource can also be set in the CurrentCellShowingDropDown event handler. Please check whether the oDS.Tables[1].Select(filter) in your code returns any row. The DropDown list part wont be shown when the DataSource is empty.
>
>Regards,
>Calvin.