Click here to Skip to main content
15,881,898 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi !

DataGrid controll is not serializable. So im trying find out the best and quick solution to save DataGrid Layout (column order, visibility,width,...) to DB, .ini file w/e.

Best answer is working demo ^_^

THX guys!
Posted

1 solution

There are a couple of things you coul ddo. Take a look at the example here:
http://social.msdn.microsoft.com/Forums/en/winformsdatacontrols/thread/b8c2f423-9715-4d9e-b661-690fdb530a59[^]

Otherwise you could use Reflection and loop through all the propertiues and store them in a text or xml file.
 
Share this answer
 
Comments
iamgun10a 1-Oct-12 15:09pm    
THX for response. But it take similar time to create class representation of needed properties and serialize list of classes to DB. But: thx u :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900