Avatar of 1jaws
1jaws
Flag for United States of America

asked on 

changing font

 grid = $find("<%=RadGrid1.ClientID %>");
               
                if (grid.get_masterTableView().get_selectedItems().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 ProgrammingASP.NET

Avatar of undefined
Last Comment
pritamdutt

8/22/2022 - Mon