diego_aprado Posted October 6, 2014 Posted October 6, 2014 Anyone know how to order with TitleClick, or enable the AZ as this picture? Quote
Administrators Farshad Mohajeri Posted October 6, 2014 Administrators Posted October 6, 2014 Enable AZ in Grid individual Column settings. Quote
asapltda Posted October 7, 2014 Posted October 7, 2014 Change attribute as dynamic var w_columna:TUniDBGridColumn; w_i:integer; begin UniDBGrid1.DataSource := DataSource1; for w_i := 0 to UniDBGrid1.Columns.Count -1 do begin w_columna:= UniDBGrid1.Columns[w_i]; w_columna.Sortable :=true; end; end Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.