I am in need of some advice from anyone who has found a superior web-based "grid" control for ASP.NET applications. I have spent the last two weeks using hammer and nails to try and get the functionality we want out of a DataGrid, GridView, Infragistics UltraGrid, Office Web Component Spreadsheet and a handful of others that I found online but have not been able to achieve the desired result. I find it hard to believe in this day and age, especially with AJAX marching forward, that this should be this difficult to find. But...
In a nutshell, we are looking for a grid control that emulates the type of dynamic editors you can find in win apps. More specifically, we need to be able to do inline editing (which I was able to accomplish using the proper template design in the aforementioned controls), with "immediate" deletion and addition of new rows. These seem to be the two sticky points.
The best example I can give is working with a resource file in Visual Studio. To delete a line, simply select the line and hit the delete key or click the toolbar button. To add a line, simple start typing in the empty row at the bottom of the list. When you do so, another new line is added to the list.
Our goal is to NOT have to use "edit", "delete" and "add" links or buttons to accomplish the task. The users of this application have thrown a fit over this as, in their words, " it reminds them that they aren't using Office." (Gotta love customers!) Anyway, since I have yet to find myself inventing anything new, I hardly believe that is the case here as well. So, I am hoping that given the breadth of knowledge in this forum, someone has come across a better grid and can direct me where to look.
Thanks in advance.
I dont have a specific answer, but i know where to search for an answer. At least that's the most active components market i know of.
www.componentsource.com/
I'll have to recommend Telerik.
Their controls are all AJAX enabled and their technical support is excellent. There are plenty of good working examples on their website as well.
As to whether you can get exactly the behaviour you are describing, I'm not 100% sure.
Copyright (c) Marimer LLC