Hi, dear Isomorphic!
In our application (which used SmartGWT 4.0 Pro), after getting the state of a ListGrid (listGrid.getViewState()), we used to identify computed fields within the JSON by utilizing the predefined prefixes in their names: formulaField and summaryField. These prefixes were consistently followed by a consecutive number, such as formulaField1, summaryField4, and so on.
However, now we are using SmartGWT 13.0 Pro, and in this version the behavior has changed. Now, the field names are composed by concatenating the corresponding title with the consecutive number (you can check that in the Manual Saving example). For instance, if we define the title as 'Balance' for a computed field, the resulting internal name will be 'Balance1'.
We kindly request a modification to revert this behavior and reintroduce the use of the 'formulaField' and 'summaryField' prefixes.
Additionally, we would like to bring to your attention that the CanFilter property is currently set to 'false' by default. We would appreciate it if you could consider changing the default value to 'true'.
Thank you for your attention and assistance in addressing these matters.
In our application (which used SmartGWT 4.0 Pro), after getting the state of a ListGrid (listGrid.getViewState()), we used to identify computed fields within the JSON by utilizing the predefined prefixes in their names: formulaField and summaryField. These prefixes were consistently followed by a consecutive number, such as formulaField1, summaryField4, and so on.
However, now we are using SmartGWT 13.0 Pro, and in this version the behavior has changed. Now, the field names are composed by concatenating the corresponding title with the consecutive number (you can check that in the Manual Saving example). For instance, if we define the title as 'Balance' for a computed field, the resulting internal name will be 'Balance1'.
We kindly request a modification to revert this behavior and reintroduce the use of the 'formulaField' and 'summaryField' prefixes.
Additionally, we would like to bring to your attention that the CanFilter property is currently set to 'false' by default. We would appreciate it if you could consider changing the default value to 'true'.
Thank you for your attention and assistance in addressing these matters.
Comment