Hi,
I am using the UltraWingrid, I have a wincombo as an editor inside the grid.
I don't have a problem when the Wincombo is selecting one value. If I implement multiple values as shown in
http://help.infragistics.com/NetAdvantage/WinForms/2011.2/CLR2.0/?page=WinCombo_Selecting_Multiple_Values_within_WinCombo.html
and I try to update I get the following error:
Unable to update the data value: Value in the editor is not valid
I have put a breakpoint on almost all the eventssuch as BeforeExitEditMode and afterExitEditMode and the values seems correct, the combination of all the selected values.
Please advise this seems an error in the grid since it accepts and update a single value correctly.
Jayson.
Hi Jayson,
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
Did you try this? Did it work? If not, could you please try to attach, if possible, a small sample project, reproducing the above mentioned issue, I will be happy to take a look at it?
Try using string as the datatype. If that doesn't work post the code and somebody here can take a look.
Hi Mike,
Thanks for the reply, the datatype is a string, I am retrieving it from the database. I tried using an unbound column and setting its datatype to an object array, however I am not able to assign the column values to the value from the database.
Is there an example on how to implement the solution?
Thanks, Jayson.
What's the DataType of the grid column? It needs to be an object array.