Hi guys,
First of all, I need to say something about the documentation... I'm trying to fix a web application where the guy that left the company made, using Telerik (because he was confortable with it) and it did all in several files without any comments... So I'm always lost, and your documentation does not help me a bit! :(
I miss the "Related to" and the functions and methods when using the Grid dynamically... we have the setup in a XML that is changed using a Windows Form, and this web application has to "read" that XML and create the design made, so... I can't write anything into the aspx file except a couple of tags that server as an anchor.
Your documentation lacks (a lot) about using the Controls dynamically, so, make calls on runtime, create actions, use the events, etc...
for example... I have in his code something like:
if (masterTable.get_isItemInserted() == true) {
__doPostBack('grid$ctl00$ctl02$ctl02$PerformInsertButton', '');
}
I wonder... where's the PerformInsertButton comes from? there is no reference at all in the code, and In some examples I can see that's something from the Grid Control.
Is there any tutorial, Documentation, anything (money is not a problem, I can schedule and buy a couple hours of Telerik Support), to get the know how of ALL functions and events (and descriptivly what do they do) of the Telerik controls, more specifically, the Ajax Controls?
Thank you...