Hi,
i would like to create row programmatically, is it possible?
To be accurate, i have a list of object that i would like to bind to the grid, for some reasons, i won't use the Grid.DataSource property because we have to do a lot of process in the list
that's why (to simplify), i would like to loop throught the list and add row in the grid manually/programmatically
Any Idea?
(Infragistics 9.2)
Thank you,
Kind Regards.
As Mike says here:
http://community.infragistics.com/forums/p/34439/187286.aspx#187286
there is no such thing as unbound row.
However, you can add the items you like to add to the grid to a temp list and bind this list.