I have a custom component with various fields and buttons. At times during my 
application, 
these components are added to the main window. The data for the fields is 
generated from 
another custom component with information like strings, arrays, etc. The 
problem I'm having 
is with databinding an array from my data component to a DataGrid in the custom 
fields 
component. 

Why does my DataGrid show up as null during debugging after I have set the 
state so it is 
will be visible?  More importantly how to I get the DataGrid object to show the 
array data? 



Reply via email to