I would like to know if it is alright to use the igGrid in a ASPX project (not MVC). Is there an example to illustrate how to use it on aspx page?
Hello aschoi,
Thank you for posting in the community.
The igGrid (and in fact all IgniteUI components) can be safely used in a plain WebForms project or even just in html pages. I am attaching a sample which uses CDN refferred scripts to illustrate this in practice. More information on using the igGrid in both MVC and WebForms scenarios can be found in our documentation at:
http://help.infragistics.com/NetAdvantage/jQuery/2012.2/CLR4.0?page=igGrid.html
Please do not hesitate to contact me if you have any questions.
I know this thread is a little old, but could you extend your demo within inline editing of a field. Showing the events to intercept and make webapi/service calls/ etc. I'm particularly interested in when the field is finished editing (such as pressing enter/tab) vs a different row being clicked.
If you would demonstrate a best practice this will be an awesome time saver.