Monday, March 26, 2012

Desktop-like Grid

There's some nice web applications like http://docs.google.com where we have some desktop-like grid. By desktop-like grid I mean one where the user could navigate using the arrows, page up/down, edit values simple by typing in the corrent cell and so on.

I'm looking for some sample of that using Ajax but I found only samples of commercial components (wich more resources than I need).

Any advice?

I wrote an application (component) like this for a client of mine. I used a GridView with lots of Javascript and AJAX Web Service calls. I'm not sure that there is a "boxed" component out there that would provide all the functionality that I needed (e.g. comments, field history, etc). It wasn't a small effort, but it is do-able...

-Damien


Check this grid

http://www.divelements.com/net/controls/sandgrid/


The team of the Toolkit is working in a GridView check this: http://forums.asp.net/t/1127281.aspx Don't really know the status of the project, you could check CodePlex.

No comments:

Post a Comment