SmartClient Version: v10.0p_2014-11-16/EVAL Development Only (expires 2015.01.15_12.11.41) Licensed to: Isomorphic Software (#ISC_EVAL_NIGHTLY)
Chrome on OSX
Please try the #updateOperation sample:
- group the grid by some field
- select a record
you'll see that the only formItem which has a value is that of the grouped field.
Actually dsForm.getValues() returns the 'groupNode' record.
Chrome on OSX
Please try the #updateOperation sample:
- group the grid by some field
- select a record
you'll see that the only formItem which has a value is that of the grouped field.
Actually dsForm.getValues() returns the 'groupNode' record.
Comment