Is there some sort of reference for how the WinCalcManager resolves references? Like the [//SomeControl] references a control and [Column Name] will reference a column. Is there a way to reference value in a different band? Or some cell in another grid control?
This post seemed to have slipped through the cracks but it might be useful to others.
There is a nice help article that describes the reference syntax and lists several examples on using it. You can find the help article here:
http://help.infragistics.com/NetAdvantage/WinForms/2010.3/CLR2.0?page=WinCalcManager_Formula_and_Reference_Guide.html.
Basically yes you were on the right track [//GridID/BandID/ColumnID] is a way to get to a column in a particular band. Be sure to review the examples of references in the article.