Fixes issue
18516: Filtering doesn't work when the user scrolls horizontally in the grid
Make sure that the filter editor has all its columns drawn also outside of the viewport
Fixed issue
18182. Print popup will now close after the user has clicked on a button to print.
Fixed issue
18485.Forwardport fix on 2.50 branch.
Fixed issue
17757. ShowAuditDefault preference will be used to expand/not expand the Audit section in the form
Fixes issue
18514: Widget in form do not work after upgrade to latest smartclient version
Reworked to handle empty string as input for jsonobject
Fixes issue
18516: Filtering doesn't work when the user scrolls horizontally in the grid
Prevent javascript error when adding columns
Related to issue
17531: Description field with 2 rows looks nasty in grid view
Added ... to truncated string, prevent truncation for hover
Fixed issue
18313. Performance of the Business partner selector has been improved.
A big improvement has been made by removing the count which (obviously) included retrieving all the selected records. However, although the selector is now usable, performance is still not ideal. To further improve it, separating the selector into multiple ones (ie. not having a business partner/business partner location/ business partner attributes selector) should be considered, because the custom query (which includes a 'distinct' operator) is what is currently killing performance.
Fixes issue
17531: Description field with 2 rows looks nasty in grid view
Multi-line content is trimmed/substringed at line break