PRODUCTS » Quick Links

FEATURED PRODUCT

Customize VCL & FireMonkey applications with native full Pascal or Basic scripting

License only 175 EUR See More

LOGIN

Customer login to access products, support information & special benefits.

SEARCH

STAY IN TOUCH

Add your e-mail address here to receive the monthly TMS Software alerts.

 
PRODUCTS » VCL COMPONENTS » TADVSTRINGGRID
v7.1.0.0 (May 10, 2013)



Purchase a license



TAdvStringGrid

The high productivity & feature-packed grid control

Tips and Frequently Asked Questions

 I am having problems with the sorting order of special characters in other languages


Please specify the ssAnsiAlphaCase sort type with following event handler:

procedure TForm18.AdvStringGrid1GetFormat(Sender: TObject; ACol: Integer;var AStyle: TSortStyle; var aPrefix, aSuffix: string); 
begin
  AStyle := ssAnsiAlphaCase;
end;

The OnGetFormat event is used to instruct the grid which compare method it should use during the sorts for each column in the grid. By default, the grid is using an automatic format guess. Although this auto format guess can be convenient, for sorting large and complex amounts of data it is not recommended. When mixed numeric and alphabetic data is available in a column, this auto format guess is easily confused and the extra checks for guessing the format take extra time. With the OnGetFormat event, the compare methods to use can be specified for each column.

This is also explained at page 19 of the TAdvStringGrid Developers Guide.

Nancy Lescouhier (Oct 26, 2011)


Buy online

CreditCards Accepted
TAdvStringGrid
for Delphi 7, 2006, 2007, 2009, 2010, XE, XE2, XE3, XE4, C++Builder 2006, 2007, 2009, 2010, XE, XE2, XE3, XE4 (Prof/Enterprise/Architect)
View licensing FAQ
  1. License for commercial use: Single developer license, Small team license, Site license
  2. Includes full source code
  3. Free updates for a full version cycle (from v7.1 to v8.0)
  4. Free priority support through email, newsgroup and forum

€ 95
Single developer license
for 1 developer
order now or add to cart
€ 150
Small team license
for 2 developers
order now or add to cart
€ 375
Site license for unlimited
developers in the company
order now or add to cart


This product is also available in the following bundle(s):

  1. TMS Component Pack

Copyright © 1995 - 2013 TMS Software v3.5