This question is locked. New answers and comments are not allowed.
Hello: guys
In my project, I have a GridView which has fixed columns and, according
to, collection of my objects, i have to add dynamically columns.
I can add dynamic columns but I can't access to each row and fill in the values of each new column.
Each fixed column is binded to a property of my objects but dynamical
columns are not binded because their properties doesn't exist in my
objects.
So, how do I bind data for new column?
Regards,
Owen
In my project, I have a GridView which has fixed columns and, according
to, collection of my objects, i have to add dynamically columns.
I can add dynamic columns but I can't access to each row and fill in the values of each new column.
Each fixed column is binded to a property of my objects but dynamical
columns are not binded because their properties doesn't exist in my
objects.
So, how do I bind data for new column?
Regards,
Owen