Retrieving custom values from a Row Header

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

2 Replies

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.

Loader.
Up arrow icon