Try to change Duration from integer into decimal

Hi, my duration is hour based and it is a decimal. For example: 0.5, 0.25… But the duration fields automatically turns into integer. Is there a way to keep my original decimal? Thank you!

Hello,
Duration can only accept integer values.
You can change the duration_unit to hour and convert the displayed value in the grid:
http://snippet.dhtmlx.com/148fc88d4
http://snippet.dhtmlx.com/336fb4fb2