Hi,
I want to change the grouping header to become like the following:
Assuming the grouping column name is: RecordType (it's an enumeration)
I want the group header not to display the enumeration's value instead of display a custom string value taken from a method in the page:
I hope it's clear..
Thanks in advance,
Homam
I want to change the grouping header to become like the following:
Assuming the grouping column name is: RecordType (it's an enumeration)
I want the group header not to display the enumeration's value instead of display a custom string value taken from a method in the page:
string
GetRecordTypeText( RecordType type)
{
/
/ return somthing...
}
I hope it's clear..
Thanks in advance,
Homam