BoldDeskBoldDesk is now live on Product Hunt with a special offer: 50% off all plans. Let's grow together! Support us.
Hi Furio,
Thanks for using Syncfusion products.
Query: “i try to use the datepicker control in a formview in trhis way- <ej:DatePicker ID="DPDAtaDiNascita" runat="server" ButtonText="Oggi" DateFormat="dd/MM/yyyy" WatermarkText="Seleziona la data" Locale="it-IT" EnableRTL="true" DataDate= '<%# Bind("DataDiNascita") %>'/>.but doesn't works.””
“DataDate” -There is no such a property available in Datepicker control. We suggest you to use “Value” attribute for the value binding on the datepicker control.
<code>
[ASPX]
<ej:DatePicker ID="DPDAtaDiNascita5" runat="server" ButtonText="Oggi" DateFormat="dd/MM/yyyy" WatermarkText="Seleziona la data" Locale="it-IT" ReadOnly="false" Value='<%# Bind("Date") %>' EnableRTL="true" />
</code>
The Datepicker control is working properly in the FormView control at our end and we are unable to get the reported issue. If your facing issue in (Inside the FormView) Datepicker control please share us the issue reproducing sample (or) issue reproducing steps and template details.
We have prepared a simple sample to exhibit this behavior of the control and it is available in the following link:
http://www.syncfusion.com/downloads/support/directtrac/118024/WebApp1687986118.zip
Please let me know if you have any other queries.
Regards,
Muralishankar S.
Hi Furio,
We regret for the inconvenience caused.
The reported issue occurs in our end whenever postback is raised in the form.
Please try the sample in the following link:
http://www.syncfusion.com/downloads/support/directtrac/general/WebApplication2752031055.zip
And we have prepared a video demo exhibiting this behavior, video sample is available in the following link:
http://www.syncfusion.com/downloads/support/directtrac/general/issue-1807499874.zip
Can you please check the attached demo video and confirm with us whether the above scenario is the reported issue?
If the above scenario is not the actual reported issue, kindly try modifying the sample, to reproduce the reported error and share the same with us. So that we can analyse on this issue and provide you better solution.
Query: What DLLs and what scripts have I to use for these controls?
Please refer the following UG documentation links for script and DLL references:
http://help.syncfusion.com/ug/js/default.htm#!documents/createmanually1.htm
http://help.syncfusion.com/ug/js/default.htm#!documents/addingthereferences1.htm
Query: I have the problem in richtexteditor also , it writes html and It saves it in db, but when I return value in RTE from db if there are some html tag it don't works
Can you share with us the error screenshot for this issue. Please update with us whether you were facing issue while raising postback.
And also update us the details on Html Tags causing this issue and what type of Html tags used.
Kindly update with us the requested details.
Please let us know if you have any other concerns.
Regards,
Rajaveni
Hi Furio,
We regret for the inconvenience caused.
We were able to reproduce the following issue and we have logged report on these issues.
1) DatePicker when data bind with Bind () method on postback it throws error.
2) RichTextEditor with value string having “ (Double Quotation mark) is not rendering.
The fix for the above issues will be available in our upcoming releases.
Needed Dll and Scripts:
The Syncfusion ASP.NET Tools controls require only the following assembly reference in the project:
•Syncfusion.EJ.dll
•Syncfusion.EJ.Web.dll
The necessary widget script files for Tools controls are as follows,
•ej.web.all.min.js
•ej.webform.min.js
Please let us know if you have any other concerns.
Thanks,
Rajaveni