Hi,
In a project I''m working on we''ve created a DataBoundGrid and used the PrepareViewStyleInfo event to populate the row headers with custom text values. However we would like to be able to retrieve those values in response to a later event but trying to get them from column 0, row position "x" just gives us back an empty tring.
Is there a way of reading the row header value for a given row?
Thanks in advance.
Peter
AD
Administrator
Syncfusion Team
August 17, 2005 06:36 PM UTC
Try using grid.GetViewStyleInfo to see if that gives you what you want.
AD
Administrator
Syncfusion Team
August 18, 2005 08:24 AM UTC
That worked! Thanks very much.