Hi Giang,
Thank you for writing.
Assuming you have already bound the drop-down list, you can iterate the Items collection, access the data-bound object and disable the list item:
An alternative approach is to handle the
ItemDataBound event of the control and set the Enabled property there:
I hope this helps. Let me know if you need further assistance.
Regards,
Hristo
Progress Telerik