Completed
Last Updated: 02 Apr 2019 11:22 by ADMIN
Release R1 2019 (2019.1.117)
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 14 Nov 2018 06:33
Category: GridView
Type: Bug Report
1
FIX. RadGridView - missing filter results in Excel-like filtering when the decimal separator is set to ","
To reproduce: change the decimal separator to ",".

Please refer to the attached sample project and follow the steps from the attached gif file. 

Workaround: change the CurrentCulture in your application in order to affect the decimal separator:
Thread.CurrentThread.CurrentCulture = CultureInfo.CreateSpecificCulture("en-GB");
            
0 comments