BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Om,
Thank you for contacting Syncfusion support,
We
have analyzed you query. It you want to set item source for combo box you need
to create collection for the combo box and you can set as item source to combo box.
Please refer the below code snippet.
Code
snippet[C#]:
GridDataColumnStyle columnstyle =
new GridDataColumnStyle(); columnstyle.CellType
= "ComboBox"; columnstyle.ItemsSource
= ItemList; |
We
have prepared a sample based on your requirement and you can download it from
below location.
Sample
location: GridDataControlSample
combobox.zip
Please
let us know if this sample helps you,
Regards,
Saravanan.M
Hi Om,
Thank you for using Syncfusion products.
We have analyzed your query. You can not directly set the index binding
as a ItemSource for a
GridComboBoxColumn. However you can achieve your requirement by writing the Custom GridCellComboBoxRenderer class and
override the OnInitializedEditElement method. We have prepared the sample based
on this and please find the sample under the following location,
Sample: SfDataGridComboboxSample
Dictionary.zip
Please let us know if you need further assistance.
Thank you,
Jai Ganesh S
Hi Om,
Thank you for your update.
We have analyzed your query. We are unable to reproduce the
reported issue in our sample. Could you please share your sample along with the
replication procedure? This would be more
helpful for us to serve you in a better way.
Please let us know if you need further assistance.
Thank you,
Jai Ganesh S
Hi Om,
Thank you for your update.
We have tested the sample based on your scenario but we are unable to
reproduce the issue. Please find the video illustrating this attached below.
Video: SampleVideo.zip
Please let us know if you have any queries.
Thank you,
Jai Ganesh S