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
3550
Find text in CardView
posted

I want to enable the user to find text in card view mode.

In the usual mode, I scan all the cells in the grid - for each row I scan all the columns. 

How to do?

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    I'm not sure I understand what you are asking. Whether the grid is in CardView mode or regular mode, the structure of the data does not change. You would still loop through the Rows (cards) and examine the cells within each row. The fact that the rows are displayed as cards makes no difference to how you access the cells in code.

Children
No Data