MVC Framework and Grid?

C

coconet

I'm just getting into the ASP.NET 3.5 MVC Framework right now, and am
wondering how I can produce a grid of data with sortable headers. I'll
do "pure" Microsoft controls/HTML or a 3rd party thing, but I really
need the functionality.

Anyone?

Thanks.
 
C

Cowboy \(Gregory A. Beamer\)

Oooh! That is an interesting one.

First, before stating where I would play, I would suggest throwing this to
the MVC forum on www.asp.net, as there are a lot more active MVC devs there.

I would guess you will need to subclass the grid and force it to throw the
columnId or name back to the controller. You then have to write the code
that sorts the data in the proper manner. It might be possible to grab
EventArgs and get this information, but I am not sure it would work.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
 

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

Top