This question is locked. New answers and comments are not allowed.
sorry for asking another question...
when i set the DataType of a RadGridViewColumn to int or int? (because in my model the according property is of type object, not int --> needs to be generic) a TextBox is shown in edit mode. great! if i then enter e.g. 1234 my model receives this data as string, meaning "1234". i didn't attach a converter to the column, so i expected some kind of default logic to take place which delivers me 1234 as an int instead of a string. unfortunately i was wrong. is this the expected behaviour of RadGridViewColumn / Silverlight? if so, i have to write my own converters whenever i hit such a scenario, right?
thank you,
stephan
when i set the DataType of a RadGridViewColumn to int or int? (because in my model the according property is of type object, not int --> needs to be generic) a TextBox is shown in edit mode. great! if i then enter e.g. 1234 my model receives this data as string, meaning "1234". i didn't attach a converter to the column, so i expected some kind of default logic to take place which delivers me 1234 as an int instead of a string. unfortunately i was wrong. is this the expected behaviour of RadGridViewColumn / Silverlight? if so, i have to write my own converters whenever i hit such a scenario, right?
thank you,
stephan