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
1910
cell value of the cells in the AddRow
posted

I want to be able to check to see if a specific cell has a value in it and if it doesn't, I don't want the row to be added to the WebDataGrid. Can you give me a specific example of how to do this?

Parents
No Data
Reply
  • 37874
    posted

    Hello algunderson,

    It is not possible to hide rows in WebDataGrid. However you could filter the data source before binding and display only the records you need.

    Let me know if you have any other questions.

Children