This is a migrated thread and some comments may be shown as answers.

Issue in swaping column in grid.

1 Answer 72 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Kavi
Top achievements
Rank 1
Kavi asked on 27 Oct 2011, 11:26 PM
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,

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

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 28 Oct 2011, 06:57 AM
Hello Priya,

The following demo implements the same functionality.
Grid / Persisting Grid Settings.

Thanks,
Shinu.
Tags
Grid
Asked by
Kavi
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or