Cannot get a dataview to listen to a template grid

3
I have a template grid and I have a dataview that listens to the template grid. The dataview does not seem to listen though. Do I need to do anything special to make a dataview listen to a template grid?
asked
1 answers
1

Just setting the Listen property of the dataview to the templategrid should be enough.

answered