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 Reply Children
No Data