This is a migrated thread and some comments may be shown as answers.

Slow when updating records.

1 Answer 57 Views
Calendar, DateTimePicker, TimePicker and Clock
This is a migrated thread and some comments may be shown as answers.
Edy
Top achievements
Rank 1
Edy asked on 11 Apr 2013, 05:38 AM
I have a form with 3 raddatetimepicker that seem to take forever to update on a local sql server table.  When I click on my save button it takes about 3 seconds to update the table. If I add 3 more datepickers it takes 6 seconds and so on.  The same thing happens with a radspineditor. if i replace the datepickers or spineditors with textboxes then everything runs normal. Any suggestions?

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 15 Apr 2013, 02:16 PM
Hello Edy,

Thank you for writing.

I was not able to reproduce the issue with the supplied information. Our controls are using the MS simple data binding mechanism and till now we did not encounter such an issue and we have not received similar reports before.

As a suggestion could you turn on the exceptions in your project (in Visual Studio, go to Debug->Exceptions. Check the Common Language). Also, could you isolate the database e.g. keep the data binding of these controls to local variable (or datasource) instead of SQL Database. Also, you can profile your application with JustTrace to detect the performance issues. Please, refer to the JustTrace web page.

Let me know what is the result on your side.

Regards,
Peter
the Telerik team
WinForms Q1 2013 boasts PivotGrid, PDF Viewer, Chart enhancements and more. Check out all of the latest highlights.
Tags
Calendar, DateTimePicker, TimePicker and Clock
Asked by
Edy
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or