Won't Fix
Last Updated: 08 Oct 2018 14:54 by ADMIN
ADMIN
Dilyan Traykov
Created on: 10 Aug 2017 10:21
Category: GridView
Type: Bug Report
1
GridView: DataType is not respected when committing new values of column bound to object type property
For the time being, an appropriate converter should be used for the bindings.
1 comment
ADMIN
Martin
Posted on: 08 Oct 2018 14:53
In the current scenario, RadGridView relies on the WPF binding mechanism to resolve the source property value. For that reason, we can not respect the DataType of the column. If you have encountered this issue, you can use a converter for the DataMemberBinding of these columns as a workaround.