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

  • SEARCH
  • Home
  • 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 8974695
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T18:43:55+00:00 2026-06-15T18:43:55+00:00

My dhtmlxgrid view looks like the below mentioned.Using Json data. code desc Qtytype w1

  • 0

My dhtmlxgrid view looks like the below mentioned.Using Json data.

code    desc         Qtytype    w1  w2

Part A  Part A desc   Demand    100 200
                      issued    150 100
                       stock    200 200
                       F/C  100 250     
Part B  Part B desc   Demand    100 200
                      issued    200 100
                       stock    300 200
                        F/C     100 250 

I want to apply the rowsapn and colspan cell level.Kindly anyone suggest how to apply span in the cell level to make the view aboved.Thanks in advance.

  • 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-15T18:43:56+00:00Added an answer on June 15, 2026 at 6:43 pm

    After Data loaded you can apply like this

    dfGrid.forEachRow(function(id){
    if((id)%4==0)
    {   
       dfGrid.forEachCell(id,function(cellObj,ind){
       if(ind <= 3){
        dfGrid.setRowspan(id,ind,4);
        }       
        });
    }   
    });
    

    4 denotes how many row you need to apply.
    3 denotes how many coloumn rowspan should be applied.

    Note — Id should be starts from the multiple of 4. based on the no of row the value of id varied ex.3 means id should start with multiple of 3.

    Thank you.

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

Sidebar

Related Questions

Here is a code excerpt from a dhtmlxgrid sample file: <p> You are allowed
So my team has inherited a legacy system which provides reports using the dhtmlxgrid
If you are using ASP.NET MVC how are you doing grid display? Rolled your
I use a Joomla! plugin that takes advantage of the DHTMLxGrid library, particularly version
I would like to call multiple functions in DHTMLX Grid. I have a table
The dhtmlxgrid documentation is saying that I should be able to get a string
I am using DHTMLX grid on a jsp page. From server side i am
Any good recommendations for a platform agnostic (i.e. Javascript) grid control/plugin that will accept
I'm about to create a web application that requires a lot of different web
I am very new to Ruby and Rails. I use rails 3.0.9 and ruby

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.