Hello,
Strange thing when using your RadComboBox.
I have a comboBox bind to a dataTable.
When I'm trying to change the value of the comboBox It stay NULL.
Now, I check this And I've noticed something strange:
In debug, When I'm standing on the object "radComboBox1.selectedValue" I see the a value (lats say) '12345'.
If I click on the value it self (I'm using visual studio 2008) It goes into edit mode and then I see that the value is actually: '12345M'.
I don't have a clue where this 'M' come from. It doesn't appear any where in my sql,datatable or code.
I tried the some code with a simple comboBox And it was fine (with out the 'M').
Do you know this behavior?
Thanks,
Roy.
Strange thing when using your RadComboBox.
I have a comboBox bind to a dataTable.
When I'm trying to change the value of the comboBox It stay NULL.
Now, I check this And I've noticed something strange:
In debug, When I'm standing on the object "radComboBox1.selectedValue" I see the a value (lats say) '12345'.
If I click on the value it self (I'm using visual studio 2008) It goes into edit mode and then I see that the value is actually: '12345M'.
I don't have a clue where this 'M' come from. It doesn't appear any where in my sql,datatable or code.
I tried the some code with a simple comboBox And it was fine (with out the 'M').
Do you know this behavior?
Thanks,
Roy.