Completed
Last Updated: 28 Aug 2014 12:46 by ADMIN
ADMIN
Andy Wieland
Created on: 24 Oct 2013 03:54
Type: Bug Report
1
csv datasource with '.' in the values, turn to '#' when databinding

		
Attached Files:
1 comment
ADMIN
Daniel Djambov
Posted on: 31 Dec 2013 08:51
Telerik: This is as designed behavior and is out of our control - the problem is that OLEDB data adapter populates the data table with that information. In our case because of the '.' in the name of the columns it replace is with '#'. The replacement is valid only for the columns names not for the values.