Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7780565
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T18:56:22+00:00 2026-06-01T18:56:22+00:00

Is there a way to to place a checkbox and 2 numberfields in a

  • 0

Is there a way to to place a checkbox and 2 numberfields in a single column? Something like

+-----------------------+-----------------------+
|        Column 1       |        Column 2       |
+-----------------------+-----------------------+
|                       |    CB     NF     NF   |
+-----------------------+-----------------------+
|                       |    CB     NF     NF   |
+-----------------------+-----------------------+
|                       |    CB     NF     NF   |
+-----------------------------------------------+
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T18:56:23+00:00Added an answer on June 1, 2026 at 6:56 pm

    The “standard” method involves using a feature to edit the row/column template to include divs with ids, then rendering the components into those divs with the renderTo config. However, since you’re working by column instead of by row, you can take an easier approach.

    In your column config, use a custom renderer like this:

    // May not be exact, I just came up with this on the spot
    renderer: function(value, metaData, record, rowIdx, colIdx, store, view) {
        return [
            "<div id='combobox_", rowIdx, "'></div>",
            "<div id='numberfield_1_", rowIdx, "'></div>",
            "<div id='numberfield_2_", rowIdx, "'></div>"
        ].join("");
    }
    

    So now each cell in this column has three divs with unique ids (you may need to replace “rowIdx” with some other method of identification, like record.id). Then it’s up to you to create the components and keep them rendered.

    Note that the refresh method of the grid’s view will be called every time the grid updates, including sorting, filtering, hiding columns, etc. So you need to watch for the afterrefresh event or something similar and re-render your components as needed. To trick a rendered component into re-rendering, use myComponent.rendered = false; myComponent.render(); and it should work.

    There are probably plugins that people have written that will manage a good portion of this process for you, but this is the underlying concept. It’s not pretty, but it works.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any way to place a custom icon for each group item? Like
Is there a way to place something (a custom UIElement ) in place on
Is there a way to place applicationContext.xml into WEB-INF folder? I am specific to
Is there any way to place an image inside of a text field with
Is there a way to place a BufferedReader into a String in one shot,
Is there a simple way to place a detail disclosure icon on a UIButton?
Is there a way to place widgets / views on the screen at any
Is there a way to place an image on the top of an other
In Django admin (possibly powered by django-grappelli), is there a way to place inlines
Is there a way to put the checkbox to the right of the label

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.