News

I'm looking for an ASP.NET Control Adapter that will make the GridView control render with divs instead of as a table. I see all kinds of vapid blog posts about how this is possible but very ...
The DevExpress ASPxGridView control included with the recently released 13.2 edition introduces batch editing that enables developers to modify a batch of grid data on the client side and send it ...
Instead, I implemented a custom GridView control, which displays only the first X (configurable) rows, and provides a link at the bottom which will allow you to expand it to the whole result set.
For a GridView, the EditIndex property will tell you which row is currently being edited. Fortunately, there's only one control in a cell, so it's always Controls (0) that you want, as seen here. But ...
FlipView, ListView and GridView are new controls for Windows 8 Metro-style applications. They'll become key tools for building great-looking UIs.