Announcement

Collapse
No announcement yet.

How to hide blank cells from Grid

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to hide blank cells from Grid

    Adi is a Grad element with a set of values
    The rest remains empty
    I want these cells not to appear
    What is the appropriate code?

  • #2
    If the Grid settings, for example, were only 10 lines
    But the result appears, for example, 25 lines
    How do I show it?

    Comment


    • #3
      Originally posted by igliigli View Post
      If the Grid settings, for example, were only 10 lines
      But the result appears, for example, 25 lines
      How do I show it?
      hello igli sahbi,
      you can use a loop in your code,
      first delete all your rows, then with loop insert a new row .

      Comment


      • #4
        Originally posted by samibioss View Post

        hello igli sahbi,
        you can use a loop in your code,
        first delete all your rows, then with loop insert a new row .
        Thanks for the idea
        I found help from Professor Abboud
        Code that works
        PHP Code:
        Grid.SetRedraw("Grid1"truetrue);
        Grid.SetRedraw("Grid1"truetrue); 

        Comment


        • #5
          Grid.DeleteNonFixedRows("Grid1", true);

          Comment


          • #6
            if just ok for your sir maybe u can share to the apz.

            Comment


            • #7
              Originally posted by lazkopat View Post
              This DataGrid Plugin Apz Cannot Share Plugin is Paid.
              Thank you for the reply. I understand more power to you sir lazkopat.

              Comment

              Working...
              X