I\'m having problems trying to adjust the width of a column of a datagrid. I used the answer posted here, but I can\'t solve it.
I\'m using a List of objects as a da
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.