AxpDataGrid

AxpDataGrid.LanguageString Property

Configurable language strings

[Visual Basic]
Public Property LanguageString As String
[C#]
public string LanguageString {get; set;}

Property Value

Comma separated list of strings

Remarks

The default string list is :
"Next, Next (plural), Previous, Previous (plural), Record, Records, List, of, First, Last, Records per Page, Page"

If, say you have a page containg books and book lists, you could set the list to the following:

LanguageString = "Next,Next,Previous,Previous,Book,Books,View booklist,of,First,Last,Books per Page,Page"

See Also

AxpDataGrid Class | Axezz.WebControls Namespace