all groups > asp.net datagrid control > january 2008 >
You're in the

asp.net datagrid control

group:

Saving grid layouts


Saving grid layouts cbtechlists@gmail.com
1/10/2008 6:03:48 AM
asp.net datagrid control:
Users want to modify the layout of a grid and be able to save these
settings so that the next time they log in, the grid is layed out as
it was when they last used it.

Re: Saving grid layouts Eliyahu Goldin
1/14/2008 12:14:13 PM
You will likely want to make a database table to store the parameters that
define customized layouts. You may consider using the user profile feature
in the asp.net membership model. Then you will need to code getting the
parameters from the table and applying them to the grid.Unless you find a
third party grid that specially caters for this sort of tasks.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net


[quoted text, click to view]

AddThis Social Bookmark Button