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
145
Change Color of single data in column row
posted

How to change the color of row data based on some condition ?

something like this

and remove  it disabled data from sum ?

Parents
No Data
Reply
  • 720
    Offline posted

    Hello Umer,

    Thank you for contacting Infragistics Support!

    I believe that you will find the following sample I have prepared for you very helpful.

    As you can observe, following the approach suggested in the conditional styling topic in our official documentation, I have applied lightgray color to all values less than 20 (UnitPrice column).

    Furthermore I believe that you will find the Custom Tree Grid Summaries section of the Summaries topic very useful.  Following the approach suggested in the topic I have created “custom sum” summary which calculates only the values which are greater than or equal 20.

    Please let me know if you need any further information.

    Best Regards,
    Martin Evtimov
    Software Developer
    Infragistics, Inc.

Children
No Data