Column width of a DataGrid in a Windows Mobile Application
Change this line
tableStyle.MappingName = lista.GetType().ToString();
to
tableStyle.MappingName = lista.GetType().Name;
Oh, and 4000 is a little big for a mobile but I assume that's a typo.