Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by tangyunfeng on Mar 10, 2009 00:26
open dhtmlx forum
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)