Alpha Software Mobile Development Tools:   Alpha Anywhere    |   Alpha TransForm subscribe to our YouTube Channel  Follow Us on LinkedIn  Follow Us on Twitter  Follow Us on Facebook

Announcement

Collapse

The Alpha Software Forum Participation Guidelines

The Alpha Software Forum is a free forum created for Alpha Software Developer Community to ask for help, exchange ideas, and share solutions. Alpha Software strives to create an environment where all members of the community can feel safe to participate. In order to ensure the Alpha Software Forum is a place where all feel welcome, forum participants are expected to behave as follows:
  • Be professional in your conduct
  • Be kind to others
  • Be constructive when giving feedback
  • Be open to new ideas and suggestions
  • Stay on topic


Be sure all comments and threads you post are respectful. Posts that contain any of the following content will be considered a violation of your agreement as a member of the Alpha Software Forum Community and will be moderated:
  • Spam.
  • Vulgar language.
  • Quotes from private conversations without permission, including pricing and other sales related discussions.
  • Personal attacks, insults, or subtle put-downs.
  • Harassment, bullying, threatening, mocking, shaming, or deriding anyone.
  • Sexist, racist, homophobic, transphobic, ableist, or otherwise discriminatory jokes and language.
  • Sexually explicit or violent material, links, or language.
  • Pirated, hacked, or copyright-infringing material.
  • Encouraging of others to engage in the above behaviors.


If a thread or post is found to contain any of the content outlined above, a moderator may choose to take one of the following actions:
  • Remove the Post or Thread - the content is removed from the forum.
  • Place the User in Moderation - all posts and new threads must be approved by a moderator before they are posted.
  • Temporarily Ban the User - user is banned from forum for a period of time.
  • Permanently Ban the User - user is permanently banned from the forum.


Moderators may also rename posts and threads if they are too generic or do not property reflect the content.

Moderators may move threads if they have been posted in the incorrect forum.

Threads/Posts questioning specific moderator decisions or actions (such as "why was a user banned?") are not allowed and will be removed.

The owners of Alpha Software Corporation (Forum Owner) reserve the right to remove, edit, move, or close any thread for any reason; or ban any forum member without notice, reason, or explanation.

Community members are encouraged to click the "Report Post" icon in the lower left of a given post if they feel the post is in violation of the rules. This will alert the Moderators to take a look.

Alpha Software Corporation may amend the guidelines from time to time and may also vary the procedures it sets out where appropriate in a particular case. Your agreement to comply with the guidelines will be deemed agreement to any changes to it.



Bonus TIPS for Successful Posting

Try a Search First
It is highly recommended that a Search be done on your topic before posting, as many questions have been answered in prior posts. As with any search engine, the shorter the search term, the more "hits" will be returned, but the more specific the search term is, the greater the relevance of those "hits". Searching for "table" might well return every message on the board while "tablesum" would greatly restrict the number of messages returned.

When you do post
First, make sure you are posting your question in the correct forum. For example, if you post an issue regarding Desktop applications on the Mobile & Browser Applications board , not only will your question not be seen by the appropriate audience, it may also be removed or relocated.

The more detail you provide about your problem or question, the more likely someone is to understand your request and be able to help. A sample database with a minimum of records (and its support files, zipped together) will make it much easier to diagnose issues with your application. Screen shots of error messages are especially helpful.

When explaining how to reproduce your problem, please be as detailed as possible. Describe every step, click-by-click and keypress-by-keypress. Otherwise when others try to duplicate your problem, they may do something slightly different and end up with different results.

A note about attachments
You may only attach one file to each message. Attachment file size is limited to 2MB. If you need to include several files, you may do so by zipping them into a single archive.

If you forgot to attach your files to your post, please do NOT create a new thread. Instead, reply to your original message and attach the file there.

When attaching screen shots, it is best to attach an image file (.BMP, .JPG, .GIF, .PNG, etc.) or a zip file of several images, as opposed to a Word document containing the screen shots. Because Word documents are prone to viruses, many message board users will not open your Word file, therefore limiting their ability to help you.

Similarly, if you are uploading a zipped archive, you should simply create a .ZIP file and not a self-extracting .EXE as many users will not run your EXE file.
See more
See less

How to remove the box around Linked Grids\Content

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

    How to remove the box around Linked Grids\Content

    I hope this is a simple question....when you create a linked grid it draws a box around it (see image) that I just don't want. How do you remove it?
    Attached Files

    #2
    Re: How to remove the box around Linked Grids\Content

    Alpha should give us more direct control of all these HTML elements. What I did was use a master template and then create a 2nd HTML table w. the child grid. That fixes it. I suppose you could explicitly set the size of that cell as well, rather than use a 2nd table..
    Peter
    AlphaBase Solutions, LLC

    [email protected]
    https://www.alphabasesolutions.com


    Comment


      #3
      Re: How to remove the box around Linked Grids\Content

      Hi Tom - no ummm.. I wrote to Selwyn a couple of years ago about this ...

      Here the reply it's all technical stuff so I hope the post does not get deleted. - I stuffed around with it - but gave up - please - if you figure it tell me and I'll pay for drinks and dinner next time we meet.

      he wrote..

      well, you could confirm your theory by going to Firebug.
      Then go to the consol window and type


      e = $('GRID1__UNBOUND_LINKEDGRID_1_G_R1.TABBAND');
      e.style.borderStyle = 'none';

      that will turn off the border for the div




      At 12:15 AM 5/24/2010, you wrote:
      >Many thanks also ..
      >
      >
      >I'll do one - but this is the HTML it generated for the linked grid.
      >MenuTight has no borders set - it looks like the DIV ID may have the
      >border.. - just a guess.
      ><td id="GRID1.TD.R1._UNBOUND_LINKEDGRID_1" style="width: 700px;
      >border-style: none;" class="MenuTightSFDataTD"><div
      >id="GRID1__UNBOUND_LINKEDGRID_1_G_R1"> <div
      >id="GRID1__UNBOUND_LINKEDGRID_1_G_R1.TABBAND"
      >style="display:none;"> <a
      >id="GRID1__UNBOUND_LINKEDGRID_1_G_R1.0.TAB" class=""
      >href="#">_webpage_business</a> </div> <br style="clear: both;"
      >/> <div
      >id="GRID1__UNBOUND_LINKEDGRID_1_G_R1.PANES"> <div
      >id="GRID1__UNBOUND_LINKEDGRID_1_G_R1.0.PANE">
      ></div><!--end div tab pane--> </div> </div> </td>
      >
      >
      >
      >Best regards,
      >
      >
      >Peter Conway
      >
      >
      >
      >
      >
      >
      >
      >
      >
      >Date: Sun, 23 May 2010 23:49:23 -0400
      >To: [email protected]
      >From: [email protected]
      >Subject: Re: Hi- And a quick one.
      >
      >thanks.
      >
      >i am sure it can be done, but i would have to build a tet case to
      >that i can examine the generated html.
      >
      >can you build a small test case and send that to me.
      >
      >
      >At 11:44 PM 5/23/2010, you wrote:
      >
      >
      >
      >Selwyn - love the work your doing and the Feature Pack Model - Well done.
      >
      >I have some suggestions and will get them to you in the next couple
      >of days, I have not been able to find any show stoppers. The client
      >side development is terrific!
      >
      >The quickie.. whenever I use the Linked Grid [Special Control] in my
      >Grids, they always have a border - this is a constant pain when you
      >want things to appear seamless.
      >
      >Is there an easy way around it? The entire web page in the image is a grid.
      >
      >Best regards,
      >
      >
      >Peter Conway
      >
      >
      >
      >
      >
      Insanity: doing the same thing over and over again and expecting different results.
      Albert Einstein, (attributed)
      US (German-born) physicist (1879 - 1955)

      Comment


        #4
        Re: How to remove the box around Linked Grids\Content

        This works nicely... I put this code into the Client-Side Event - onGridRenderComplete - of the main grid. Replace the linked grid name with yours.

        Code:
        $('GRID1_LCS_MOVIEINFO.0.PANE').style.borderStyle = 'none';

        Comment


          #5
          Re: How to remove the box around Linked Grids\Content

          Thanks - will give it a go...
          Insanity: doing the same thing over and over again and expecting different results.
          Albert Einstein, (attributed)
          US (German-born) physicist (1879 - 1955)

          Comment


            #6
            Re: How to remove the box around Linked Grids\Content

            David - all I can give you at this point is 10/10 - if I ever meet you at a developer get together the drinks are on me.. how on earth did you figure that?
            Insanity: doing the same thing over and over again and expecting different results.
            Albert Einstein, (attributed)
            US (German-born) physicist (1879 - 1955)

            Comment


              #7
              Re: How to remove the box around Linked Grids\Content

              In Firebug, I right-clicked in all that white space beside the linked grid, and selected Inspect Element with Firebug. Then I moved my cursor around a bit in the HTML code until the entire section was highlighted... the "PANE" section. I saw that it was set for display:block so I figured that was good place to start since the entire border was also highlighted... see the attached image. Deal on the drinks... although I think I already owe you a few.
              Attached Files

              Comment


                #8
                Re: How to remove the box around Linked Grids\Content

                David.....I tried this and when I run it in "Working" or "Live" Preview it works great.....but when I publish it locally or to an external host it doesn't work. Any thoughts?

                Comment


                  #9
                  Re: How to remove the box around Linked Grids\Content

                  When you publish it, and run it... run it in Firefox and Firebug and check that the ID is still the same... it can, and does, change. For example, when published this is the ID I must use...

                  GRD_SQL_VI_LCS_CHILDORDER.0.PANE

                  However, this is the Live Preview ID

                  GRID1_LCS_CHILDORDER.0.PANE
                  Last edited by Davidk; 05-08-2012, 05:29 PM.

                  Comment


                    #10
                    Re: How to remove the box around Linked Grids\Content

                    Tom clear browser cache.
                    Insanity: doing the same thing over and over again and expecting different results.
                    Albert Einstein, (attributed)
                    US (German-born) physicist (1879 - 1955)

                    Comment


                      #11
                      Re: How to remove the box around Linked Grids\Content

                      Originally posted by Davidk View Post
                      When you publish it, and run it... run it in Firefox and Firebug and check that the ID is still the same... it can, and does, change. For example, when published this is the ID I must use...

                      GRD_SQL_VI_LCS_CHILDORDER.0.PANE

                      However, this is the Live Preview ID

                      GRID1_LCS_CHILDORDER.0.PANE
                      That was it
                      .......

                      Comment


                        #12
                        Re: How to remove the box around Linked Grids\Content

                        Amazing this stuff.
                        Insanity: doing the same thing over and over again and expecting different results.
                        Albert Einstein, (attributed)
                        US (German-born) physicist (1879 - 1955)

                        Comment


                          #13
                          Re: How to remove the box around Linked Grids\Content

                          Hi Chaps,

                          I have a main Grid and 2 linked Grids on a tabbed UI Page and this technique works great in Firefox but it makes no difference in IE8.

                          Any ideas?

                          Thanks

                          Chris

                          Comment


                            #14
                            Re: How to remove the box around Linked Grids\Content

                            Hey Chris,

                            Are you talking about exactly the same problem?

                            When I run this grid, inside a tabbed ui pane, the original problem actually doesn't exist.

                            When I run this grid, without the tabbed ui, with the linked Grid, in Live Preview, the extended box surrounds the linked grid. Then, while in Live Preview, if I further run the grid in IE, Chrome, or FireFox, the extended box is still then, and is removed by the code posted.

                            However, when this grid is run inside a tabbed ui, the original problem does not exist... the extended box is not there. The box is there, but it's no longer extended past the grid. See the attached image.

                            Now... I kinda assumed this was the original problem. Tom said he didn't want the box, but I assumed that was because it was extended. Personally, I don't care if the box is there, just as long as it behaves itself and is not wider than the grid.
                            Attached Files

                            Comment


                              #15
                              Re: How to remove the box around Linked Grids\Content

                              If you don't want a box at all, then, because you're in a tabbed UI, things get a bit more complicated.

                              Code:
                              $('TBI_DLG_MOVIE__20137UUET_GRDMOVIECOVER_LCS_MOVIEINFO.0.PANE').style.borderStyle = 'none';
                              turns off the box around the linked grid in my tabbed ui. So, you need to find the right name of your published, resolved tabbed ui linked grid.

                              Comment

                              Working...
                              X