Hi
Could anyone tell me what GUI components can i use to display student details in a grid cell? Lets say i wanted to put like
First name: studentName
Last name: studentLastName
DOB: studentDOB
So these three details to be placed in one grid cell and in another grid cell the same details just for different student and so on for a total of 8 students. The grid view is 2 rows and 4 columns. By the way i am taking the student info from a model already implemented.
Could you help me with this?
Appreciate any help. Thanks