Re: [IxDA Discuss] Impossible data entry control

2009-12-10 Thread Krang
We're wrestling with a similar issue on a current project. The closest thing we've found to a Web-based Excel data entry grid is Telerik's RadGrid for ASP.NET Ajax: http://www.telerik.com/products/aspnet-ajax/grid.aspx You can tab through the grid and manually type in data, but I'm not aware of

Re: [IxDA Discuss] Impossible data entry control

2009-12-10 Thread James Page
All you need is a text area that is big enough to take the data. I would use Ajax to upload the data to the server, or use Javascript on the client to validate the data which should be faster. Your business partners pattern is nice if you have the excel sheet open, as the user only has to copy

Re: [IxDA Discuss] Impossible data entry control

2009-12-09 Thread dlambert
I've done a little work with this .Net control - pretty slick stuff: http://www.spreadsheetgear.com/ You might be able to get close to what they're envisioning with this. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Posted from the new ixda.org