Good afternoon. Use XamGrid. Dynamically generate the columns. How can I set the DataType for a column? Thank you very much for your reply.
Hi,
You cannot set the DataType for a column.
It's based on the underlying data types of your data objects. So all you need to do is set the key for the column based on the name of a property and it will automatically work.
-SteveZ
Thank you for your reply. Problem solved with the use of reflection.