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
145
Where is the Real Documentation
posted

Where can I find the 'real' documentation that tells me some/any key information I need to code enterprise level web applications with the NetAdvantage WebDataGrid, WebGrid or UltraWebGrid? (Still trying to figure why I have 3 datagrids)

It seems all I can find is overly simplistic help about how to use the WebDataGrid designer followed by a few line code example. It seems to me that I am missing the 'technical' manul for these controls.

The Developers Guide section covers minimilistic information about the WebDataGrid and webGrid each has an API reference links which show object hierarchy and nothing else? How do I learn Infragistics 'domain' from this? 

Further down in the docs I see API reference which has an UltraWebGrid but find nothing about it in the Developers Guide section.

I'm sure a product that seems to have such a good feature set and has been around this long should have documentation for enterprise level developers..........doesn't it? ......please point me to it.

Parents
No Data
Reply
  • 12333
    posted

    Hi Mike,

    Let me address your question about the three grids...

    We basically have two Grids

    1. WebGrid (that is the marketing name, the actual control name in your Visual Studio Toolbox is "UltraWebGrid"). This control was created years ago and is part of our existing NetAdvantage ASP.NET product line.
    2. WebDataGrid - This is the newer grid in our NetAdvantage ASP.NET AJAX toolset. This control is built upon our own AIKIDO framework, which is a complete rewrite to include new features and performance.

    Let's talk about the Help system. I just want to make sure you are referring to the correct areas of our help.

    We cover our controls in the Developer's Guide section of the help. We try to cover all of the available functionality that a control offers, as well as several use cases. You can get that info in the "Using WebDataGrid" section.

    We try to write topics in ways that should address most product guidance scenarios, however, if you have any additional questions about how to accomplish your tasks, you can always get in touch with our Developer Support department as they are more than happy to assist you in accomplishing your mission. In addition, if you have any requests or feedback about the Documentation, you can always click on the links that you find at the bottom of each of our help topics. We always welcome feedback as well as requests for topics.

Children