How to populate a grid through a acivity
Hi, I have a activity that gets some instances of type students. In the activity i am able to have a local list at the end with all students I want
Now I want to be able to use these in a grid I have. Is this possible?
Another question, let us say I have a string property that have the value of --> ",S10,S11,S12,S13,"
Can I make a grid that have the rows s10, s11, s12, s12? (trim the string and populate the grid using it)
Thank you!
Message was edited by: Lochan to add Category