Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
cxgrid に問題があります。私のcxgridには、プロパティとしてコンボボックスを持つ異なる行と列があります。しかし、特別なセル値をコンボボックスオブジェクトにキャストするにはどうすればよいですか? 例:コンボボックスの1行2列目のitemindexを0に設定したい。
ありがとう!
DataSource(またはデータプロバイダー)によって提供されるため、設定できないItemIndex。 ただし、グリッド列のイベントOnGetPropertiesを実装する他のプロパティを設定できます。
TcxComboBoxProperties(Sender.Properties).DropDownRows := 9