15.2.4 Version History

What’s new

  • New jQGrid, jQDBGrid features: Inline editing of cells is now working. Non-virtual mode of IWjQGrid has been implemented (in non virtual mode, each cell holds its own data, instead of relying on events to render cell content)
  • New property IWModalWindow.CloseOnClickOverlayOnly (When true, click event will only close the dialog when it happens outside the area of the dialog)

Bug fixes

  • Fixes some issues in Async rendering especially complex scenarios with creation/destruction of complex frames at runtime
  • Fixes a bug in IWEdit when properties are changed in async and text is reset to default (data type is Date/DateTime or numeric)
  • ContentForm may redirect a request causing it to execute twice
  • Calling WebApplication methods which rely on ActiveForm being set from From’s OnURLRequest event (TContentForm) can raise an exception
  • Fix min/max verification of inputs (IWEdit, IWDBEdit)
  • Keep text selection when moving focus to an input and setting the text using async events
  • Fixes some issues when re-rendering controls using templates
  • New AsyncRender feature: TIWTemplateProcessorHTML.OnFindParentID event doesn’t fire when creating a container control at runtime (TIWRegion, TIWTabControl, etc)

This version is *not* binary compatible with previous versions 15.1.x. 3rd party libraries (TMS, CG Dev Tools) should work correctly if built again from sources.

One thought on “15.2.4 Version History

Comments are closed.