Trying to find example in C# source of a message being generated for a row in a grid, when a grid is related to an existing record. For example, when a Sales Order is selected from a list, when the order line item(s) are displayed, they may also display a message, with an ‘Informational’ icon, such as ‘Minimum Gross Profit not satisfied’. Where is an example of the C# logic that generates this message? I could not find an example in any of the tutorials?
Solved
How are informational/warning/error messages generated and displayed for rows in a grid
Best answer by rdennisj57
Yes, thanks, I was, although indirectly. I was trying to flag a ‘quantity column’ with a warning message. I changed the logic to flag a ‘character’ column in the same row, and it worked.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.