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
4695
sorted columns not working
posted

Dear all,

I have done below but it still does not work.

this.dtgList.DisplayLayout.Bands[0].SortedColumns.Add("VARIATION_NAME", true);

 

 

or

this.dtgList.DisplayLayout.Bands[0].Columns["VARIATION_NAME"].SortIndicator = SortIndicator.Descending;

Parents
  • 469350
    Offline posted

    What is the DataType of the VARIATION_NAME column in the grid? 

    In what event are you calling this code?

    What version of the grid are you using?

Reply Children