Hi,
I'd like my datagrid to have row specific datatypes. For e.g.,
--------------------------
date | 01/02/2011
-------------------------
Value | 0.24
------------------------
How can I achieve this?
Hello,
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking through your post and I suggest you make the orientation of the XamDataGrid Horizontal. You can achieve this by adding this code:
<igDP:XamDataGrid.ViewSettings> <igDP:GridViewSettings Orientation="Horizontal"/> </igDP:XamDataGrid.ViewSettings>
Feel free to write me if you have further questions.