Questions tagged [panelgrid]
46 questions
0
votes
1 answer
Remove all border on all panelgrids not on datatables
I need to hide all borders of all panelGrids using primefaces. The following code remove the borders on all panelGrids and dataTables too (primefaces 5+):
.ui-panelgrid tr, .ui-panelgrid td {
border: none;
}
I need this effect only in…

John Alexander Betts
- 4,718
- 8
- 47
- 72
0
votes
0 answers
JSF Dynamic PanelGrid Empty
I have a dynamically-created HtmlPanelGrid which is working fine. I want to use the same data but group them this time, and it won't work. Current hierarchy is:
Parent(HtmlPanelGrid)
|-->Child-1(HtmlPanelGrid)
…

Emre Türkiş
- 992
- 9
- 23
0
votes
1 answer
Components not on expected row when using colspan
I have a panelgrid with 5 rows and 7 columns within and have tried to use colspan to line up the different components within the columns. I'll stick my xhtml below:
…

hello123
- 951
- 2
- 15
- 25
0
votes
1 answer
Align elements inside h:panelGrid without CSS
I've got a rich:dataTable with h:panelGrid inside it.
Inside panel grid I've got 2 elements: text and checkbox. What I need is to align text to the left side and checkbox to the right side.
Here is my code:

Danila Zharenkov
- 1,720
- 1
- 15
- 27
0
votes
1 answer
Hide a panelGrid in Primefaces with jQuery
I have this code and I want to hide the panelGrid when i click the cancelBtn button.

develop4132
- 33
- 6
0
votes
0 answers
Insert space between h:panelGrid rows
Versions :
Aapche MyFaces 2.1.14
RichFaces 4.3.5
Issue :
I am facing an issue to insert space between rows of h:panelGid. Below is the general layout for the page :
User Id :