CRUD Numeric textbox with decimals

Hi,

I'm using a kanban, but I have a problem when I edit a card

When I use a numeric textbox with decimals, if it is set without decimals, it works fine, but when I set any decimals it return null or 0

I attach an example

Attachment: KanbanProblem_ee0a4e0c.zip

3 Replies

AP Arun Palaniyandi Syncfusion Team November 27, 2017 12:55 PM UTC

Hi Manolo,  
  
Thanks for contacting Syncfusion support. 

We have tried to replicate the issue in your shared sample but unfortunately we cannot able to replicate the issue. We can able to return the value when we set the decimal values. We have also shared a simple video for your reference below. 


If the issue still persists, then we suspect that you may missed to define the datatypes correctly, so please ensure your end you have defined the data type as string for Numeric Textbox value. Because of your Locale(“es-ES”) the decimal dot(.) takes comma(,) value and so we need to set the datatype as string. 
  

Please check our shared information and if this information doesn’t meet your requirement or if we misunderstood your query, please get back to us with more information, so that it will help us to provide the solution at earliest. 
     
Regards,     
Arun P.  



MA Manolo November 27, 2017 03:25 PM UTC

Hi,

My class property is defined as double, then, when I set any decimal, it return null. If I change the type to string it works fine.

But...I need prefer the type as double... what can I do?

I attach a video with the problem, the code is the same

Attachment: KanbanProblem_23b2a008.zip


AP Arun Palaniyandi Syncfusion Team December 5, 2017 11:58 AM UTC

Hi Manolo,     
 
Sorry for the delay. 
     
A support incident to track the status of this defect has been created under your account. Please log on to our support website to check for further updates.  
  
Please let us know if you have any queries.  
  
Regards,  
Arun P.  


Loader.
Up arrow icon