I received the error Input string was not in a correct format whenever I resized the Listview or DatagridView column width and click on the header to sort. This happens when the browser is not viewed at 100% zoom in both Chrome or Firefox.
You can replicate the error by
1)Going to the live catalog at Gizmox->Controls->Data Controls->Sample1->
2)Change your zoom to say 120%
3)Resize the Listview Column Width
4)Click on the ListView Column Header to Sort.
In my own test project the details of the error are shown below.
[FormatException: Input string was not in a correct format.] System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +9594283
System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +119
System.Int16.Parse(String s, NumberStyles style, NumberFormatInfo info) +39
System.Int16.Parse(String s) +23 Gizmox.WebGUI.Forms.ColumnHeader.FireEvent(IEvent objEvent) +173 Gizmox.WebGUI.Forms.RegisteredComponent.Gizmox.WebGUI.Common.Interfaces.IEventHandler.FireEvent(IEvent objEvent) +59 Gizmox.WebGUI.Server.Context.ProcessEvent(Int64 lngTimeMarker, IEvent objEvent) +319 A.c4d3cdb893b7f640a5aa2a40bfe2211b1.ProcessRequest(HostContext objHostContext) +1694
I am using Gizmox VWG_Express_Studio_6.4.0_Release_c_NET4.0 on Windows XP Pro and VWD Developer 2010. Browser is Chrome(15.0.874.121 m) and Firefox(8).