About
Pricing
Community
Teams
Start Free Trial
Log in
1jaws
asked on
10/6/2011
changing font
grid = $find("<%=RadGrid1.ClientI
D %>");
if (grid.get_masterTableView(
).get_sele
ctedItems(
).length == 0)
.length gives me the length of the selected items... how can I change the font of the selected items to not bold ??
C#
.NET Programming
ASP.NET
8
1
Last Comment
pritamdutt
8/22/2022 - Mon