Questions tagged [rowheader]

33 questions
0
votes
1 answer

How to set Datagrid row header background color

I have a datagrid that looks like this.... I need the area i highlight in purple need to set to background color (transparent) so that it becomes black. This part is a "Row Header" and the count is automatically added using DataGrid…
Imp
  • 39
  • 6
0
votes
1 answer

Detail header has zero height in jQuery data table master detail setting

I am trying to implement a master-detail data table that for most part works fine except the header in detail data table does not show. When I inspect the header I see it having a height of zero. I googled for a solution and one thing that seems the…
NoBullMan
  • 2,032
  • 5
  • 40
  • 93
0
votes
0 answers

How to disable RowHeader on a DataGridView

How can I prevent from clicking or selecting RowHeaders? I want that when a new user clicks on a row or cell, then move all information to an update Form and it's working fine. But, if a user clicks on a RowHeader, then it should select all rows and…
Helen Tekie
  • 515
  • 1
  • 6
  • 23
0
votes
1 answer

How to get the Row name and column number in the table in Vue?

Is there any way I can get the column number or position and the row header of the table using vue? Output now so far is like this. Code in generating the table:
user6632933
0
votes
1 answer

WPF DataGrid Row Header is invisible

I have WPF-MVVM DataGrid. I want to use the Row Header But it is invisible. I tried to set it with RowHeaderWidth, but it doesn't have any effect. Below is my code:
user342319
  • 1
  • 1
  • 3
0
votes
1 answer

Adding rowheader for jtable and move the row up and down and retrieve data based on the rowheader index of jtable in java

I am new to swings,my requirement are 1. I need to create a rowheader for the jtable. 2. Add up and down buttons (listeners for moving/changing the row position). 3. when I change the row position I should not change the rowheader number. 4. Need to…
0
votes
1 answer

Is it possible to remove row header column from angular ui-grid?

I want to show and hide row header column in angular ui-grid, on button click. Now I can add row header column using addRowHeaderColumn method from gridApi core. But I don't see any method to remove it (or hide it). Is this possible?
ingbabic
  • 301
  • 3
  • 10
0
votes
1 answer

Headers for every value of parent group ssrs 2008 r2

I am having output like this in ssrs 2008 R2 E R A T V A A1 6448 11012 (41.4 %) A2 363 598 (39.2 %) A3 331 715 (53.7 %) Total 9405 17486 (46.2 %) B B1 6448 11012 (41.4 %) B2 363 598…
0
votes
1 answer

Make a cell equal to a concatenation of its column and row headers in Excel

I have a (large) table with row and column headers of the following format: table with row and column headers I'd like to set the cells marked with 'x' to a concatenation of the column header and the row header, separated by a comma. For example,…
Shiv
  • 51
  • 7
0
votes
1 answer

SSRS Report with Matrix could not freeze Row Header in Chrome Browser

I am rendering a SSRS report using report viewer in asp .net page and SQL Server 2008 R2. In a report I have used Matrix control to show data. I have freeze the Row Header of Matrix using FixedRowHeaders. It work perfectly fine in Firefox and IE…
0
votes
0 answers

.rdlc Report freeze first column with a Row Group

i am really frustrated because I tried and googled several hours for this simple problem. I hope someone can help me here. I want to freeze the first column of my tablix located on my .rdlc report. I have tried both posibilites described here but…
Alexander
  • 1
  • 4
0
votes
2 answers

Draw Row Lines on the Jtable RowHeaders in hava

I have this JTable,with a row header (on the left - painted in pink). how can I set border lines between them ? ive tried the setborder method , but it only sets the outer border, I need the space between them - just like in the upper column…
David Gidony
  • 1,243
  • 3
  • 16
  • 31
0
votes
1 answer

Row Headings won't repeat on new pages

I have, what I think is a pretty simple table in Report Builder 3.0. I have team & salesperson grouped by team in the far left column (row headers) and I want those to repeat when the report is multiple pages. I've tried what this article…
Jared
  • 48
  • 1
  • 12
0
votes
1 answer

Create new line in row header of my custom JTable

I have some problem to put lines in row header of my custom JTable. I create this JTable with this code: import java.awt.BorderLayout; import java.awt.Dimension; import java.awt.Panel; import java.awt.Toolkit; import…
Computered
  • 440
  • 1
  • 7
  • 21
0
votes
1 answer

How to display RowHeader in a GridView at runtime in C# Asp.Net?

I am new to asp.net, Actually I am designing a web page which is similar to my Windows Form. my windows form consists of a DataGridView which consists of 12 columns and 8 rows at any time. I am showing my windows form below How can i do this in web…
Anjali
  • 1,680
  • 4
  • 26
  • 48