why kendo grid mvc automatically truncate decimal type after 8 decimal point

28 Views Asked by At

why telerik GridModel class truncate(or better to say Roundup) my decimal type after 8 decimal digit

forexample with database value of : 123.12345678 the Grid result is 123.1234568

i use normal telerik with entity framework database first and has a right value in database

type in C#: decimal
type in SQL: numeric(25,15)
0

There are 0 best solutions below