Hi,
First I am totally new to NetAdvantage and your jQuery components :-O. Finding it difficult to even get started :-((. Trying to do data editing with a grid - should be pretty straightforward :-O.
Using VS2010, MVC3 and a backend SQL database.
I added @using Infragistics.Web.Mvc; to the top of my view file, and it does give me SOME intellisense in VS2010 - well I did AFTER using 'Copy Local' for your dll :-O.
BUT - I then look at your 'help files' for igGrid - and they all refer to setting up stuff in javascript - and NOT in C# ???.
Specifically - .Columns - which your sample (
tells me to use - but which just barfs with a 'can't use lambda expression...' error as 'column =>' :-((.
SO - do you recommend using javascript or C# to create and define a Grid ???. All your help seems to suggest javascript :-((.
If javascript - how do I get intellisense please.
Many thanks....
Best regards
Graham