G
Guest
I have code that highlights a row when the user clicks on the row, but how
can i remove the hightlight of the clicked row when the user clicks on
another row?
i have this in the datagrid_itemdatabound
e.Item.Attributes.Add("onclick", "this.style.backgroundColor='yellow")
can i remove the hightlight of the clicked row when the user clicks on
another row?
i have this in the datagrid_itemdatabound
e.Item.Attributes.Add("onclick", "this.style.backgroundColor='yellow")