Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
275
How are the samples and documentation suppose to work?
posted

First, it's not clear to me how the samples are supose to work. Here's an example:

 

http://www.infragistics.com/products/aspnet/sample/data-menu/data-binding

 

The code example listed above has references to stuff in ~SampleCommon, such as the DataSourceControl.ascx. Where am I suppose to find this?

 

Second, the download sample applications don't have examples of all the controls. For instance, I cannot find an example of how the WebDataMenu is used. All I can do is try and search the forums for vague and incomplete examples from the problems others have posted. Am I not aware of some other place on the website that provides more comprehensive examples and documentation?

 

Lastly, I can't seem to find any complete documentation on how to use the Javascript OM API. I see links like this:

 

http://help.infragistics.com/NetAdvantage/ASPNET/2012.1/CLR4.0/

 

but the documentation are lax and minimalistic in how to actually use the API. For instance, the parameter descriptions are usually self-descriptive and example usage are usually useless one-linerer. Example:

 

Parameters

clientID
Client ID of the control to look for.
 
ASP.NET Ajax Javascript (Usage)
var resultVar = instanceOfWebDataMenu.find(String);

 

Is this just the way things are or am I missing something?