Hello!
I use radgrid with number column. The column contains double numbers(ex: 1.2, 3.4567 and etc). I want to see all decimals in edit mode, but now two digits are shown. How can I resolve it? Thank you.
You can try by setting the DecimalDigits in the APSX page or in the ItemCreated you can set the maximum number of decimals to be displayed during edit.