Does anyone know of an extended webcontrols.datagrid?

T

Trint Smith

I need a webcontrol datagrid with extended capabilities...to show
thumbnails and hyperlinks..etc.
Like this one does that is just a windowscontrol:
http://dotnet.leadit.be/extendeddatagrid
But I need mine for a webproject.
Also, can a datagrid display info like ebay?:

| thumbnail | item# | title(hyperlink) | price


Any help is appreciated.
Thanks,
Trint


.Net programmer
(e-mail address removed)
 
A

Alvin Bruney [MVP]

Yo can try infragistics although their datagrid is significantly slower than
what MS brings to the table. They've got tidy functionality. Alternatively,
you might just want to customize what MS has to offer. It's pretty easy:
Adding a dropdown to a cell would be as easy as this
e.item.cells[3].controls[0].add(new dropdownlist("select a customer")) in
your itemcreated event handler. The exact code is littered thruout the
internet so you shouldn't have any problems stumbling acroos it
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,050
Latest member
AngelS122

Latest Threads

Top