You need to sign in to do that
Don't have an account?

Visualforce page issue
Hi,
I need to show headers on top of table (show all piclist values), and show some records name on the left(QLI record).
and give user to select any value from a tect field and then hit on save as given below:-
QLI Records Country1 Country 2 Country3
Record 1 txtbx1 txtbx2 txtbx3
Record 2 txtbx1 txtbx2 txtbx3
Record 3 txtbx1 txtbx2 txtbx3
(save button)
Please let me know the way to do it.
I tried to use data list, and in that I have used <apex:repeat>. With that I am able to show headers (countries), but not able to add other values yet. Please guide.
Regards
Sunil Arora
What does your code look like now?
...Bob