Hi,
I want to display the Formula builder dialog with all the columns from the grid as operands. I saw a sample of this in Appstylist application of Infragistics under the Grid tab, on click of Edit formula.
How can i achieve similar functionality? Help is highly appreciated.
Thanks
There's a FormulaBuilderAtRunTime sample included with NetAdvantage under the CalcManager samples that demonstrates how to do this.
Thanks for your response Mike. I have achieved most of my objective, but I am stuck at a point of customising the Formula Builder Dialog. Is it possible to override the following message that comes in Formula Builder Dialog when there is a syntax error:
"The current formula has one or more syntax error, Do you wish to assign this anyway"
formulaBuilderDialog.HasSyntaxError but the above message still appears.
Any help?