When I change my fields from bounddatafields to templatedatafields, the group by functionality stops working on those columns. I cannot drag anymore. The other fields still work.
Any way to fix this?
Hi djmartain,
TemplateDataFields are not groupable for the same reason they are not sortable. They are not bound to any actual data. So there would be no way to group these rows. You may have a control in the template data bound to something, but our data framework has no knowledge of this. You could try to use item templates instead. Or format the data into html rather than use templates.
regards,
David Young