Grid or List tool

Discussion in 'Third-party applications' started by Patrick, Sep 17, 2010.

  1. What I really want is sharepoint lists, I don't believe that sharepoint web services are supported here though. Assuming that is true, can anyone point me an app or set of tools that will do the following:
    • Dynamic columns (i.e. you can add a column after you've created the list)
    • Filterable columns based on values in the column (single and mult-select)
    • Sortable by column
    • Multiple lists with seperate columns (i.e., I don't want to have add a new web app for every list)

    I will be using this to compare the features in different products, maybe there's an app for that, I've not found one.

    Thanks,
    -p
     
  2. Hi,
    Sharepoint isn't supported but the free ASP.NET ListView control does support this.
    I've used it here to create a dynamic Shoutbox and it wasn't very hard to do.
    Take a look at the solutions posted here:
    http://forums.asp.net/p/1255710/2342369.aspx
     
  3. ...I've been playing with it. ;-)
     

Share This Page