Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
Status: New
Built-in Conditional Formatting Tool for XamDataGrid

My question is about the capability to provide as built-in tool the Conditional Formatting tool. The idea is to allow to End-User to customize the XamDataGrid cell style at runtime in order to format the cells based on conditions and formulas and save the layout in XML to use it later when opened again.

We have already done this in Windows Forms based application by using Infragistics.Win.SupportDialogs.ConditionalFormatting.ConditionValueAppearanceForm and related Formula Editor tool (see pictures below)

See case for further details: CAS-196696-Y5Q9Q8

Conditional Formatting Windows Form based sample

A sample based on Windows Form application

The tool to edit conditions in a Windows Forms based application