DoubleTextBox Two Mode binding not working in the 27.1.48 update

Hi.
I have updated syncfusion packages to the newest update in my application only to find out the inputs on the DoubleTextBox aren't working. It is showing correct value from the ViewModel, but when you try to change the value from the View it isn't setting it properly. I am using MVVM bindings.

<syncfusion:SfTextInputLayout Margin="5,0,5,0" Hint="{Binding Units}">
    <syncfusion:DoubleTextBox
        MaxValue="{Binding MaxValue}"
        MinValue="0"
        Value="{Binding Value, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}" />
</syncfusion:SfTextInputLayout>

I have downgraded back to 26.2.14 where it works fine.

Regards,

Daniel 


4 Replies

KA Karthick Arjunan Syncfusion Team September 19, 2024 02:08 PM UTC

Hi Daniel Pukel,

We have prepared a sample based on the provided information. We were still unable to reproduce the reported issue. We have attached the tested sample and demo video for your reference. Please check the attached materials and let us know your concerns. If possible, could you please share the modified sample that replicates the issue.

Regards,
Karthick Arjunan


Attachment: DoubleTextBoxDemo_faa1930c.zip


TL Tomasz Laszcz September 19, 2024 05:08 PM UTC

So I'm not the only one with this problem. Binding doesn't work - I thought it was a problem with the separator in the system settings, but it turns out it's probably something else.


Here's my report https://www.syncfusion.com/forums/194454/problem-culture-with-a-comma-as-a-decimal-separator



SS Sekar Sivalingam Syncfusion Team September 25, 2024 12:31 PM UTC

Hi Tomasz Laszcz/Daniel Pukel,

We have confirmed the reported scenario is a defect and logged a report for the reported scenario “Binding value does not update in WPF DoubleTextBox for NET8.0 projects.”. We will provide the fix in the Weekly NuGet release on 1st October 2024.

 

You can track the status of this defect using the following feedback link: Binding value does not update in WPF DoubleTextBox for NET8.0 projects in WPF | Feedback Portal (syncfusion.com)

 

If you have any more specification replication procedures or a scenario to be tested, you can add it as a comment in the portal.

 

Please let us know if you need any further assistance.

  

Note: The provided feedback link is private, and you need to log in to view this feedback.

 

Disclaimer: “Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.”


Regards,
Sekar Sivalingam



KA Karthick Arjunan Syncfusion Team September 30, 2024 01:57 PM UTC

Hi Tomasz Laszcz/ Daniel Pukel,

We have included the fix for the reported issue “Binding value does not update in WPF DoubleTextBox for NET8.0 projects.” in our Weekly NuGet release version 27.1.51 which is available for download ( https://www.nuget.org/).

We thank you for your support and appreciate your patience in waiting for this update. Please get in touch with us if you require any further assistance.


Regards,
Karthick Arjunan


Loader.
Up arrow icon