Is there a way to change the headertext of a column in a TDBGrid to
a userdefinded Text?
Ben from Aachen, the raincity of Germany
Is there a way to change the headertext of a column in a TDBGrid to
a userdefinded Text?
Ben from Aachen, the raincity of Germany
> Is there a way to change the headertext of a column in a TDBGrid to
> a userdefinded Text?
> Ben from Aachen, the raincity of Germany
F.J. Botellero
Use the fields editor in the IDE, for the accociated table. Change the
display text in the Object insp
1. Databinding Headertext Templatecolumn
Hi everybody,
Is it possible to bind data into the headertext property
of a templatecolumn ?
I tried this code but it doesn't work !
<asp:TemplateColumn HeaderText=<% GetHeaderText() %>
SortExpression="TIT_Title_F">
Here's the simplified code-behind method:
protected string GetHeaderText()
{
return "Description Fr";
2. Connection string for XML Bulk Load Object
3. How to get the List of UserDefined Stored Procedures Alone
4. ODBC Driver under Windows NT 3.5??
5. userdefined function or stored procedure
6. pgsql/src/test/regress (pg_regress.sh)
7. How to get the List of UserDefined Stored Procedures Alone
8. Can you access Visual Foxpro Views via ODBC
9. Userdefined function in a SQL query
10. Problem by userdefined role **
11. SummaryInfo & UserDefined document container
12. how to use userdefined datatype in UDF?
13. userdefined functions: how to execute a select query