How To Retain Form Values After Search

Hi ,

I have a form with 2 text fields and dropdown box to perform search operation on a grid.

Am able to perform the search but not able to retain the values of the textbox and drop down after clicking on search button.4771

controller.php

Kindly help me to solve this issue.

Thanks & Regards,

Vidhya

[size=2]Hi vidhya,[/size]

You have to make some changes inside actionadmin method

before render method call you should set all the values in $model which you want to retain in admin screen.

Thanks

chandran nepolean

Hi Chandran,

Thank you. It helped me to solve the issue :)

Thanks & Regards,

Vidhya