Categories | Question details Back To List | ||
Re : 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" The dhtmlxgrid ' version i used is 1.6 , it don't work . but use version 2.0 it work . i don't konw why ?? Answer posted by dhxSupport on Mar 12, 2009 06:44 Could you please send us sample where this issue occurs inluding files which you use to initialize grid. |