Change row''s backcolor on clicking hyperlink

I have a datagrid where one column has a hyperlink. When user clicks on the hyperlink user return to the same page with the message for that hyperlink. How can I change the background color of the row for which the user has selected the hyperlink ?

I tried SelectionBackColor="red" in tableoptions tag but that''s not working. Please help.

Thanks.

1 Reply

RA Ramu Syncfusion Team August 22, 2006 07:44 PM UTC

Hi BKarma,

I assume that you haven’t set the “ListBoxSelectionMode” property to One. By default its value is “None”. This might have caused this behavior. Here with I have attached the sample that applies color to the row. Please have a look at the sample and let me know if you have any queries.

Hyperlink


Thanks,
Ramu.K

Loader.
Up arrow icon