Posted 15 May 2026, 5:44 am EST
Hi,
Thank you for sharing the details.
We tested the performance behavior you described by initializing a C1TextBox object using version 4.8.20233.631. Unfortunately, we were unable to reproduce the issue you are experiencing.
-
For the first C1TextBox instance, initialization took approximately 180-220 milliseconds. This behavior is expected because, during the first initialization, the class loads its static resources and also performs a license validation check.
-
From the second instance onward, initialization took approximately 0-1 milliseconds, which is also expected since the static resources have already been initialized and the licensing check has already been completed.
We have attached a sample project demonstrating this behavior. If you are experiencing performance issues with a different implementation, please update the sample project to reproduce the issue so that we can investigate it further.
TextBoxPerformanceTest.zip
Best Regards,
Kartik