All Products
Demos
Services
Blogs
Docs & Support
Pricing
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
Input
/
Why oh why does every control have to have an init function?!?!
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
rh
192 posts
Member since:
Jan 2007
Posted 29 Oct 2009
Link to this post
First, I realize I can use RadInputManager to eliminate the init function by using plain old asp.net controls.
Now that we have that cleared up, why in the world would you want to make me have to do that?!?! Seriously, I buy controls from a control vendor to make my life easier not to create more work. I need to be able to drop a control from a control vendor on a page, set it properties, and move on to my next task.
You REALLY need to do something to make your controls faster on page load by either not having every control call an init function or making them smart and calling a single init function. And if it is the second option then that single init function had better be fast. I'm at the point where I'm going to have to make a go / no go decision on using the RAD Controls anymore because they are sooooooooooooo sllllllllllllooooooooooooooooowwwwwwwwwwwwwwwwwwwww!!!!!
Vlad
Admin
11100 posts
Posted 03 Nov 2009
Link to this post
Hello rh,
Microsoft ASP.NET AJAX Framework will create init function for every ASP.NET AJAX component and since our controls are ASP.NET AJAX components you will get init function for every control instance.
All the best,
Vlad
the Telerik team
Instantly find answers to your questions on the new
Telerik Support Portal
.
Watch a
video
on how to optimize your support resource searches and
check out more tips
on the blogs.
Back to Top
Close