grid - Show large set of data with sorting and filtering in a Sharepoint web part -


i'd create sharepoint web part show large set of data odbc source (in first instance sql server 2008 database) ability sort , filter data, possibly progressive fetching.

what advice on technology used?

  • report viewer web part: think it's kinda cool not enable progressive fetching of data
  • custom web part custom gridview control embedded
  • custom web part vendor grid control embedded (telerik, devexpress, etc)
  • vendor sharepoint grid control (exists?)

any other option available?

thanks in advance thoughts

mauro

take sharepoint out of equation. if regular asp.net application, how it? have described, custom web part custom asp.net custom control can placed on page @ run time. sounds sharepoint wrapper web part no interaction necessary sharepoint data or api.

if in asp.net application use ssrs this, use report viewer web part. otherwise can use gridview, repeater, listview, third party control, etc display entity framework, ado.net, linq sql, etc data access. there pros , cons each , there no 1 size fits answer. use whatever comfortable makes sense trying do.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -