PDA

View Full Version : problem passing combo values: help!



pradeep_123
6 Apr 2007, 11:45 PM
Hi all,

I am trying to filter a grid using an ext combo. Here the problem is that the text box value can not be taken . Actually the base params can be passed to the grid. I tried creating another text box with the same name as that of combo, it does work. I think the JS of combo prevents it form taking the text box value.

firebug shows


POST:

dir ASC
limit 12
name //required text box value
name1 //required text box value
name2 //required text box value
name3 //required text box value
sort TravelsName
start 0

Any solution?

Thanks in advance