I've noticed that the column widths I'm setting in markup for columns of a mojoGridView aren't being used. I usually do something like this:
<asp:TemplateField HeaderText="Device" ItemStyle-Width="20%">
<ItemTemplate>
<asp:Label runat="server" ID="lblDeviceName"/>
</ItemTemplate>
</asp:TemplateField>
Has anyone seen this or know a way around it?
Thanks!
Matt