Skip to main content

Editable Columns

Comments

1 comment

  • Dapfor Team

    Dear Deepak,

    The StringFormat is a generic format. It's not able to parse values because of various types and possible different interpretation of the text. That's why its property StringFormat.CanParse returns 'false' and the method StringFormat.Parse() has empty implementation.

    In your case you should implement your own format that implements IFormat interface with appropriate Parse() method implementation. Please find an example here: http://doc.dapfor.com/net-suite/html/T_Dapfor_Net_Formats_IFormat.htm

    Best regards,

    Dapfor

    0

Please sign in to leave a comment.

Powered by Zendesk