Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hi,
My RadGrid has a linkButton in the GridTemplateColumn. I would like to highlight a the row when the LinkButton is Clicked. Please provide a answer soon.
protected
void
LinkButton1_Click(
object
sender, EventArgs e)
{
LinkButton btn = (LinkButton)sender;
GridDataItem ditem = (GridDataItem)btn.NamingContainer;
ditem.CssClass =
"color"
;
}
<style>
.color
background-color
:Red
!important
</style>