Hi,
I have three values in Combo box.
1.If i select Value "A" in combo, I want to show the grid column order of "Col1","Col2" and "Col3".
2.if i select Value "B" in combo, I want to show the grid column order of "Col2","Col3" and "Col1".
3.if i select Value "C" in combo, I want to show the grid column order of "Col3","Col2" and "Col1".
and again if i select "A" from any of the "B" or "C", it should be restored.
i have tried in server side.But when the value go to "A" from either of the value, the grid hasnt been restored,
it is not working as expected.
Please give me solution as soonas possible.
Thanks,
Priya
I have three values in Combo box.
1.If i select Value "A" in combo, I want to show the grid column order of "Col1","Col2" and "Col3".
2.if i select Value "B" in combo, I want to show the grid column order of "Col2","Col3" and "Col1".
3.if i select Value "C" in combo, I want to show the grid column order of "Col3","Col2" and "Col1".
and again if i select "A" from any of the "B" or "C", it should be restored.
i have tried in server side.But when the value go to "A" from either of the value, the grid hasnt been restored,
radGridProjectDisplay.MasterTableView.SwapColumns(
"PROJECT_NAME", "MKT_PROD");
and it is working fine in one shot.if you go back and flip flop combo value ,
it is not working as expected.
Please give me solution as soonas possible.
Thanks,
Priya