Our state of the art Gantt chart


Post by kohnishi »

Hi,

"I apologize if I'm mistaken, but it seems that the following bug, which was previously fixed (viewtopic.php?t=28982), has not been resolved."

https://github.com/bryntum/support/issues/9161

It would be appreciated if you could check it.


Post by ghulam.ghous »

Hi there,

I have checked and it is working. Only thing that caught my eye was the rounded off value when editing it. See clip:

Screen Recording 2024-08-05 at 3.30.48 PM.zip
(7.72 MiB) Downloaded 8 times

Does this was the issue that you are referring to?


Post by kohnishi »

Hi,

Thank you for checking.
The clip you attached matches what I observed.

Is the rounding of values during editing a specified behavior?
Thank you for your help.


Post by tasnim »

Thanks for reporting, we'll investigate it. Here is the ticket to track progress https://github.com/bryntum/support/issues/9753

Best regards,
Tasnim


Post by kohnishi »

Thank you for the prompt response.
I hope the fix works well.

By the way, is there a way to temporarily disable the decimal precision in the editor?
I would appreciate it if the values entered in the cells could be displayed as they are.

Your help would be greatly appreciated.


Post by alex.l »

Hi,

Try to specify in a column config:

editor : {
            decimalPrecision : 0
        } 

All the best,
Alex


Post by kohnishi »

Thank you for your response.

I have already tried that method, but it did not produce the result I was expecting.

What I'm looking for is to have the value displayed as 1.25 when I enter it, and also see it as 1.25 when I open the editor.

However, it currently displays as 1.3.


Post by alex.l »

You requested:

By the way, is there a way to temporarily disable the decimal precision in the editor?

Doesn't the way I provided do the job?

Regarding to your initial request, we have a ticket to fix that.

All the best,
Alex


Post by kohnishi »

Thank you for your response, and I apologize for forgetting to mention it earlier.

Indeed, disabling the decimal precision worked, and I appreciate your help with that.
I'll wait for the fix.

However, I would really like to display values up to two decimal places in the editor as well.
Is there any way to force the editor to display the values as they are in the column, perhaps by overriding its default behavior?

Any additional information or suggestions you could provide would be greatly appreciated.


Post by alex.l »

Hi,

That should be fixed in the ticket https://github.com/bryntum/support/issues/9753
I am afraid, we need to wait when dev team will fix it.

All the best,
Alex


Post Reply