3

I am trying to write a web application in C# ASP.NET 3.5 and want to include a Microsoft Office Access Web Datasheet in my application. I can't find an example on how to use it anywhere.

It's the editing view in a SharePoint grid so I know it's possible, I just can't find out how to implement it.

Any help would be greatly appreciated.

remudada
  • 3,751
  • 2
  • 33
  • 60
  • Are you asking us to find examples for you or do you have a concrete programming problem? Why does an out-of-the-box-gridview not suffice? – Marco Aug 01 '14 at 13:13

1 Answers1

1

Out of the box, I believe this is not possible. This similar question seems to confirm this. However, there are many alternatives for this to do.

Lately, I have been working with Telerik controls a lot, which creates great results. Many free alternatives are also available for several development frameworks, so why don't you look into this first?

hbulens
  • 1,872
  • 3
  • 24
  • 45
  • Could you name some of the free alternatives? –  Nov 25 '14 at 19:20
  • There are a few jQuery table plugins listed here: sitepoint.com/30-amazing-jquery-tables. I found this plugin called Handsontable very interesting that I'm gonna try out myself: http://handsontable.com/. – hbulens Jan 04 '15 at 10:49
  • I also found this article on this site: http://stackoverflow.com/questions/5622716/choosing-a-jquery-datagrid-plugin. I think this should provide you enough information? – hbulens Jan 04 '15 at 11:01