In my app, the user enters data which gets stored into a class. I then wish to 
display this info 
in a DataGrid with three columns corresponding to the data entered (2 strings 
and 1 
number). Is there an easy way to get this into the DataGrid by using binding or 
do I have to 
do manual insertion of the data?

Also, I'd like to let the user edit the DataGrid. But I don't want him to be 
able to just type 
whatever he wants, I'd rather give him a pop-up or combobox with the relevant 
options. 

Any suggestions about this approach? 



Reply via email to