GTP.NET v3.2.8

Released: Oct 21, 2009

v3.2.8 での更新項目

  • Grid.cs
    Bug in Grid-Text-Search for readonly cells - they did no longer clear other selections when navigating to new focus; Fixed.
  • NodeDataConnect.cs
    When a complete DataSet is cleared, sub views may contain null in their keys and an exception is thrown; Handled
  • DateScaler.cs
    Bug in datescaler made scrolling slow for FlipView=true (ScheduleMode)
  • TimeItemDataConnect.cs
    Index in event was higher that CurrencyManager.Count giving strange results in certain cases.
  • Gantt.cs
    When disposing the UpdateSubComponents could get called in ASP.NET this gave exception; Fixed.
  • Gantt_ASP.cs
    PartialCaching attribute removed from Gantt_ASP; it should make no difference on IIS7 since it was already given a 0 second caching criteria, but it fixes an issue for IIS6 when redirecting back to Gantt page from a Gantt Page (gave intermitent Gantt_ASP==null exceptions)
    Tree button is now VAlligned center.
    New property ZIndexValueForDateScaler;This value is default 999, the DateScaler Scrollbuttons will get a Z-Index this value + 1.