Is there a more efficient (in terms of memory foot print) binding to datagrid other than datatable and dataview?
I have a datagrid bound to a dataview which seems to be guzzling a lot of memory . is there a leaner way of doing this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
And better yet than list is the ObservableCollection which will properly notify the GUI controls of changes in your list: http://msdn.microsoft.com/en-us/library/ms668604.aspx