Expand my Community achievements bar.

Please Help Me .....

Avatar

Level 1

Hi,

I am using web service concepts in flex 4. Am getting output format as <UDSObjectList>. Unable to bind the output data to DataGrid. Please Help me...

The output is in below form:

<UDSObjectList>

<UDSObject>

<Handle>cr:400503</Handle>

<Attributes>

<Attribute Data Type="2005">

<Attrname>Impact</Attrname>

<Attrvalue>0</Attrvalue>

</Attribute>

<Attribute Data Type="2005">

<Attrname>Priority</Attrname>

<Attrvalue>0</Attrname>

</Attribute>

<Attribute Data Type="2005">

<Attrname>Status</Attrname>

<Attrvalue>OP</Attrvalue>

</Attribute>

</Attributes>

</UDSObject>

</UDSObjectList>

Am Unable to bind this data to Datagrid. Please Provide code snippet for the solution or any examples related to this. Thanks in Advance....

3 Replies

Avatar

Level 8

You probably want to post this to the Flex forum, as this forum deals with the LiveCycle ES products

Having said that, I know that a DataGrid will take a dataProvider of type XMLList.  If you provide it something like UDSObjectList.children() then you should be able to convert the XML object's children into a list.

Avatar

Level 1

Hi,

Can you please provide the forum name where can we post this  type of problems.

Thanks