I've noticed that the vast majority of your demos and documentation and forum responses are strictly client-side solutions. I realize that this is great for some developers but I would bet that there are a whole lot of your customers like me who:
- Are developing corporate web-based solutions that involve < 500 users.
- When it comes to the frequent battle between a Rich-UI and Lightning Fast Speed, often the UI is much more important.
- In my particular case, all of my server-side code is written in C#. There are HUGE benefits to keeping as much of the codebase in C# and minimizing the amount of Javascript & jQuery code.
- Because of #1, scalability problems associated with keeping lots of state variables on the server is NOT an issue.
In my particular case, I'm building a web-based intranet app for a multi-billion dollar company. But within that company its actual userbase will be less than 50. As was the case with the app's VB6 WinForms predecessor, I will almost certainly be required to make periodic improvements to it over the next decade. Because of this it's critically important to minimize the amount of client-side code and instead maximize the amount of type-safe, well structured server-side code.
To Telerik, all I'm asking for is this: Wherever possible, please include a server-side solution (or mostly server-side solution) where you have traditionally presented a strictly client-side solution in times past. This will go a LONG WAY to helping developers (and loyal customers) like myself.
Sincerely,
Robert Werner
Vancouver, BC