You need to sign in to do that
Don't have an account?
Girish Goswami 16
In need to display records on visualforce page according to picklist value selected in the dropdown using custom controller.
suppose we choose 10 from picklist the the table should dispaly 10 records and if we choose 20 then the table updates to display 20 records.
I think you are trying to achieve something like this.Try the below code.
Let us know if this helps and do not forget to mark this as solved if this answers your query .Thanks.
All Answers
Please refer an example using a custom drop down list.
CONTROLLER:
I hope it will be helpful.
Best Regards
Rahul Kumar
I think you are trying to achieve something like this.Try the below code.
Let us know if this helps and do not forget to mark this as solved if this answers your query .Thanks.
I think your requiremnet is most probably like following.Please use following controller and vf page and notify me:
VF Page:
Controller:
Thanks
Banwari
Thanks for the reply it really helped me , but there is one more problem, when I am using this drop drop down functionality it's working fine but I have implemented the pagination concept also i.e., on clicking next arrow or previous arrow table is not getting updated. only on choosing the picklist the table gets updated but pagination not working. and in the same page i also need to use scrollbar which should also work according to the pagination. Hope you understand....Thanks in advance
Thanks for the reply. Please find the above mentioned question also....
Thanks in advance