Questions tagged [zk-grid]

Question regarding zk grid component

grid is a zk component

A grid contains components that are aligned in rows like tables. Inside a grid you place columns, rows, and headers.

Wiki: https://www.zkoss.org/wiki/ZK_Component_Reference/Data/Grid

Java Docs: https://www.zkoss.org/javadoc/latest/zk/org/zkoss/zul/Grid.html

36 questions
0
votes
1 answer
0
votes
1 answer

Excecution create components in for each zk

I need do an excecution.createComponent in ZK in a for each Then i need create the component in columns of a grid, My code is:
user2768380
  • 151
  • 1
  • 5
  • 21
0
votes
0 answers

ListHeader in Zk binding

I have an issue loading dates in a listheader in zk.But i need load the same data in each day of the week, in my case the variable loadData is a List of Strings with two camps: {"atr1", "atr2"}, can anyone give me any idea code:
user2768380
  • 151
  • 1
  • 5
  • 21
0
votes
1 answer

SelectItem listbox in ZK framework

I have this code in ZK:
user2768380
  • 151
  • 1
  • 5
  • 21
0
votes
1 answer

can't change grid's ui when reload data in grid into zkoss

i have a datebox default value of date is now -1 and have a button search
Xuyen Le
  • 13
  • 1
  • 3
0
votes
2 answers

How to update ZK Grid values from jQuery

I have three Tabs and in each tab, I have a Grid. The data for each Grid is coming from a database, so I am using rowRenderer to populate the Grids. The following code is common for all three Grids:
hovanessyan
  • 30,580
  • 6
  • 55
  • 83
1 2
3