Pre-processing of a Formula don''t work with Real Time App.

I Subscribed the FormulaParsing Event.

I follow the sample of the page:
http://help.syncfusion.com/cr_84/cref_files/User%20Interface/ASP.NET/Grid/html/b218c701-82bf-4047-2451-5679b75751e9.htm


User types strings with folowing DYNAMICS patterns

"=PETR4.ULT"

FormulaParsing converts the term to value

"=27,84" (pre processing the "=PETR4.ULT" value )

I do the following in the EventHandler.

private void Engine_FormulaParsing(object sender, GridFormulaParsingEventArgs e)
{

//in this moment e.Text is "PETR4.ULT
string actualValue = DictionaryTerms.GetActualValue(e.Text);

//in this moment e.Text is "=27,84"
e.Text = "=" + actualValue;
}

When changes occurs without user intervention, the cell value dont is updated and Cell display is "Invalid Expression"


1 Reply

RB Ragamathulla B Syncfusion Team January 17, 2012 04:00 AM UTC

Hi Allan,

Thank you for your interest in Syncfusion products.

We will update details for your reported query in that incident 89701. Please refer the incident for better follow up. also We suggest you to logon your Direct trac account with your username and password to view your incidents.

Let me know if you have any concern.

Regards,
Ragamathullah B.


Loader.
Up arrow icon