I am doing report where I need to operate with values that have about 3 decimal points, so like 0,001in . But problem is I can only set value with max precision of 0,02in. And I have no idea how to increase precision up to 0,001in.
3 Answers, 1 is accepted
0
Steve
Telerik team
answered on 21 Jul 2011, 10:15 AM
Hello Gunter,
The designer grid size cannot and should not have to display a more precise measurements. Since you are the first one to contact us with such request, please explain why do you think you need such precision i.e. what is the report you're working on.
Kind regards,
Steve
the Telerik team
Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!
I am wokring now with bank checks. And I was given requirements where dimensions have high precision. So for example to set MICR line I need to operate with values like 0.1875in, 0,625in.
Regards,
Gunter
0
Steve
Telerik team
answered on 22 Jul 2011, 03:17 PM
Hello Gunter,
Thanks for the clarification. As mentioned in previous post, the designer does not support/show such precision, but if you manually set dimensions and location they would be respected. You can verify that by going into the InitializeComponent() method.
Kind regards,
Steve
the Telerik team
Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!