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)