Questions tagged [panelgrid]

46 questions
1
vote
1 answer

How can I create my personal distribution with p:panelGrid?

I am developing a Web Java Application with JSF 2.2. and PrimeFaces 6.0. I would like to build a p:panelGrid with p:column-s of specific size but, in this moment, all the p:column-s have the same width, How can I define an specific size and…
Juan Camacho
  • 736
  • 2
  • 7
  • 15
1
vote
2 answers

panelGrid column controls need in the same line

I am using primefaces panelgrid to have one row and two columns. in the second column, I have selectoneradio and calendar. How to make them show in the same line??
1
vote
1 answer

Putting inside a causes "weird" display

I want to create dynamic forms with ajax update on event. Therefore dynamic-id is important. However, binding the id attribute to a bean value causes Empty Id exception. I saw one of the stackoverflow questions that suggests use html. So I used…
st.
  • 166
  • 6
  • 24
1
vote
1 answer

Fixed PanelGrid in JSF while scrolling (primefaces)

I need to set the panelGrid fixed while scrolling the page. e.g. the bottom bar on the top should be fixed, while scrolling the datatable. ....
Johnny2012
  • 1,512
  • 8
  • 31
  • 46
0
votes
2 answers

How to set the style of specific cells of a PrimeFaces panelGrid with layout=tabular

In GitHub issue PanelGrid: No way to manage style or identifiers of panelgrid cells except for tabular mode #5840, says it is possible to do it but doesn't say how. I want to "hide" some cells. I have partially solved the problem using p:row and…
Jorge Campins
  • 413
  • 1
  • 4
  • 11
0
votes
1 answer

JSF, panelGrid spaces between items

I have this code, I want to gain advantage of the left space (Not filed value)... [![
user5113188
0
votes
2 answers

How to hide/show a row in a panelgrid based on data entered in another row

I have a panelGrid with a row containing a selectCheckBoxMenu and another row which should be shown or hidden based on the selection. Updating the entire panel when the selection is changed is not desired, because the selectCheckBoxMenu would be…
0
votes
0 answers

effect of enclosing panelGrid to selectonemenu

I had a problem with a primefaces selectOneMenu and had it (accidentally) fixed. But I cant figure out why, cause all I have done to get it work is wrapping a panelGrid around all of my components. (I haven't touched the converter or the underlying…
0
votes
1 answer

JSF tabview and datatable update attribute to change tabview id

I have a tabView that has 3 tabs, in each tab there is a panelGrid and dataTable, I would like to add a record to the dataTable from the panelGrid and when I do so I want the tabView to move to the next tab, and the same in the second tab, this is…
Khaled
  • 55
  • 1
  • 9
0
votes
1 answer

Primefaces responsive issue panelGrid

I am new to CSS and am having an issue with layouts. I have 4 buttons to be laid out horizontally unless it is mobile, in which case they should be stacked vertical. I currently have:
user1532510
  • 69
  • 1
  • 9
0
votes
1 answer

h:panelGrid inconsistent allocation of cells

My page: --- Something is causing panelGrid to create an empty cell in several rows. I'd like to have a visible two column table, first column a label, second column an inputText element or a selectMenu with a tooltip. My workaround was this,…
WurmD
  • 1,231
  • 5
  • 21
  • 42
0
votes
0 answers

Export PrimeFaces PanelGrid

I'm trying to export a PanelGrid(xls/pdf), not possible via DataExporter (specific for DataTable type parameter), is it possible using a CustomExporter ? Do I have to use a non primefaces mean (eg JQuery) or do I have to change my code to ensure…
JCE
  • 11
  • 4
0
votes
1 answer

displaying the value of the p:dataTable cell on click event of the p:panelGrid using p:ajax

I have p:dataTable, inside column I have a panelGrid where i want the value of the ouputText on the click of the panelGrid without page refresh. The code is something like:
Preeti Singh
  • 37
  • 3
  • 12
0
votes
1 answer

Ajax event doesn't work when using grid layout in panelGrid

In the code bellow, when I define the attribute layout="grid" for panelGrid, the ajax event of "periodo Letivo" doesn't work. It should load "cadeira" component. If I remove the layout attribute, It works fine, but I lost the responsiveness. If…
0
votes
3 answers

SelectOneRadio not hidden the panelGrid after selection

I am using primefaces selectoneradio control which will show or hide the panelgrid after selection. But does not know why it cannot hide this panelgrid when selectl allTeachers radio. public boolean getVisibleTeacherList() { if…