Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
95
xamGrid.SetGroupByColumn()
posted

eg:<ig:TextColumn Key="1"  HeaderText="1" />

     <ig:TextColumn Key="2"  HeaderText="2" />

     <ig:TextColumn Key="3"  HeaderText="3" />

if I write xamGrid.SetGroupByColumn("3");

      xamGrid.SetGroupByColumn("1");

then Column3 became the first column,but I do not want to change the order of the columns.