I have a listgrid that I am grouping by the method setGroupByField but I cant see that groups, the method getGroupByFields returns null and then not know why is grouping not if I'm putting the property and the name of field I want to group ... any ideas? here the code.
setGroupByField(CdmsConstants.class_desc) setGroupStartOpen(GroupStartOpen.ALL) setShowGridSummary(true) setShowGroupSummary(true) setShowGroupSummaryInHeader(true)
Thanks.
NOTE. i see in the documentation that the method getGroupByFields returns the names of the field(s) by which this grid is grouped, but if is null, thats means that is not grouped..