Skip to main content
siddhants0001
March 24, 2022
Question

read only grid

  • March 24, 2022
  • 3 replies
  • 0 views

Is there any function from which we can count no. of rows present in read only Grid??

    3 replies

    stefanhelzle0001
    Brainy
    March 24, 2022

    The data in a grid is backed by the underlying data. A count() should help. Do you have any specific requirements?

    gopalk2865
    Participating Frequently
    March 24, 2022

    Hi, If you are using query entity or queryRecordType for the data then you can set "fetchTotalCount" as true and from query output you can get total count.

    mikes0011
    Brainy
    March 24, 2022

    This really isn't enough information for us to even hazard a guess at.  Can you tell us more about your requirement, what data you're starting with (and its source), what your general big-picture aim is, what you've already tried, and what particular trouble you're having?

    The Expression Guru