1. Fixed bug in WebControl.cs where .ScriptManager property was causing a Design-time exception which crashed VS and VWD.
  2. Added support for ArrayReader in Store. Serializes into an Object[].
  3. Fixed bug with GridPanel.LoadMask where LoadMask was not serializing properly in the ClientConfig script.
  4. Added .AddBeforeClientInitScript(string script) and .AddAfterClientInitScript(string script) Methods to WebControl.cs. The two methods enable JavaScript/strings to be inserted immediately before and after the ClientInitScript for instance of this control.
  5. Added two GridPanel samples which create either an Object[] array of Data or a Json object from a generic List<> of objects. The Data is sent inline to the GridPanel and all sorting is performed client-side.

    Samples located in Coolite.Sandbox\GridPanel\
  6. Removed Coolite.Doodle Website project.
  7. Added Coolite.Examples Web Application project
  8. Change Coolite.Sandbox Website project to a Web Application project.