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. 
For instance - a grid to enter the safety manager responsible of the week 

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

gd.query