1. Added "display:none;" to the Window Container style. This avoids a momentary 'flash' of <Content> on initial Page_Load.

    The style was added using the ContainerStyleAttribute.

    Example

    [ContainerStyle("display:none;")]
    .
  2. Moved OnBeforeClientInit and OnAfterClientInit Events to Observable.cs from Component.cs. Now requires an Observable type instead of Component type as parameter.
  3. Integrated GridPanel and Store working into project.