ComboBox in GridControl value not changing

I have a series of cells that are as such:

.CellType = "ComboBox"
.DataSource = Me.mBlockStartSegments
.DisplayMember = "ActualStart"
.ValueMember = "SegID"
.Enabled = True

I also have a handler for:
Handles Me.CurrentCellAcceptedChanges

My problem is though I click on the cell, it pulls up the correct list of values but when I click on one of the values nothing gets changed, and no events I need get fired. When I debug the DataSource appears to be linked correctly.

Any ideas what I'm over looking?


2 Replies

AD Administrator Syncfusion Team August 21, 2008 09:52 PM UTC

What event is fired when you click on a value from the drop down list in a checkbox cell?

I'm programmatically creating these cells so I can't assess the cell directly. I attached an excel file that contains the gridStyleInfo for one of the cells.

Do you have something set to a value that would prevent me from changing the cells value?



gsi_de1e4c95.zip


SR SubhaSheela R Syncfusion Team August 25, 2008 12:11 PM UTC


Hi Brandon,

Thanks for your interest in Syncfusion products.

You can check the below sample that shows the desired behavior.

Here is the link:


rel='nofollow' href="
http://www.syncfusion.com/support/user/uploads/GCCombo_e2fe3f05.zip">GCCombo.zi

p

Please let me know if it helps.

Regards,
Subhasheela R





Loader.
Up arrow icon