Good afternoon,
In my Web Application I do have searching criteria with RadComboBox on it.RadComboBox consist of 2 values.Based on these value I am displaying RadGrid on the screen.
If value 'A' - all 4 Grids are displaying
if value 'P' - only 2 Grids are displaying.
My question is:If user select value 'A' I need to display only 2 Grids and these grids are described in aspx page two bottom grids.How to display these 2 grids on the top of the screen like overlayed first two.
Because if I make first two visible=false then 2 other grids will display on the bottom of the page.
Thanks so much for your help
In my Web Application I do have searching criteria with RadComboBox on it.RadComboBox consist of 2 values.Based on these value I am displaying RadGrid on the screen.
If value 'A' - all 4 Grids are displaying
if value 'P' - only 2 Grids are displaying.
My question is:If user select value 'A' I need to display only 2 Grids and these grids are described in aspx page two bottom grids.How to display these 2 grids on the top of the screen like overlayed first two.
Because if I make first two visible=false then 2 other grids will display on the bottom of the page.
Thanks so much for your help