Categories | Question details Back To List | ||
get grid userdata Hi, how do i access the userdata of a grid, the global userdata? ie for this structure: <rows> <userdata name="globaldata">data</userdata> <head> . . . </head> <row><cell>....</row> </rows> Answer posted by Support on Jan 17, 2008 02:14 You can use getUserData with empty rowID parameter grid.getUserData("","globaldata") |