Sort in DataBands isn't saved in StiMvcMobileDesigner

Stimulsoft Reports.WEB discussion
Post Reply
ChrisDA
Posts: 10
Joined: Wed Oct 12, 2016 8:09 am

Sort in DataBands isn't saved in StiMvcMobileDesigner

Post by ChrisDA »

Hi,

we're having a problem with the StiMvcMobileDesigner (Stimulsoft Reports version 2016.2).

The sort setting on DataBands isn't saved to the mrt file when using the web designer. It works in the desktop designer.

Adding a field to sort by seems to work at first. The field and the sort order is shown (see first screenshot). However, after clicking OK and reopening the dialog, all sort entries are gone (see second screenshot).

The Sort tag in the XML file isn't updated either.

It just says:
<Sort isList="true" count="0" />

It should become:
<Sort isList="true" count="2">
<value>ASC</value>
<value>Id</value>
</Sort>

Another note:
Opening a file that already contains the correct XML tag works. The sort fields are shown and can be removed (which is saved in the XML file).
However, adding new entries doesn't work either.

Can you help us?

Thanks in advance!

Chris
Attachments
sort1.png
sort1.png (21.33 KiB) Viewed 1171 times
sort2.png
sort2.png (18.13 KiB) Viewed 1171 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Sort in DataBands isn't saved in StiMvcMobileDesigner

Post by Alex K. »

Hello,

We couldn't reproduce this bug.
Please try to check the last prerelease build 2016.2.3 from 2016.10.14

Thank you.
Post Reply