Categories | Question details Back To List | ||||||||
Can't get userdata in row ? <?xml version="1.0" encoding="UTF-8"?> <rows> <userdata name="tyf">tyf---feimao</userdata> <row id="181202"> <cell>181202</cell> <cell>123</cell> <cell></cell> <cell>123</cell> <cell>123</cell> <userdata name="181202">fatcat</userdata> </row> </rows> grid.getUserData( "" , "tyf" ) this can get the value "tyf---feimao" grid.getUserData( "181202" , "181202" ) but this can't get the value "fatcat" . Why ? Please tell me Why Answer posted by dhxSupport on Mar 10, 2009 02:18 We can't reproduce this problem locally. Please see example at the attachment. Attachments (1)
|