gd.query.row
Use this property to initialize a grid with static data.
Class | grid |
---|---|
Property | gd.query.row |
Formal specification | gd.query.rowx = <value> ("," <value>)* |
Required | |
Default | no |
Version | |
Comment | |
Example | When you need to initialize your grid with static data. gd.columns=department, supportÂ
gd.query.row1=HR, PeterÂ
gd.query.row2=Marketing, JennÂ
gd.query.row3=Engineering, HabilÂ
gd.query.row4=Sales, SarahÂ
gd.query.row5=Admin, BillÂ
col.department=DepartmentÂ
col.department.type=stringÂ
Â
col.safetymanager=Safety ManagerÂ
col.safetymanager.type=string
|
Reference |