how to hightlight a row in datagrid
-
hi all, anyone help me? How to hightlight a row in datagrid server control when clicking each of row ? I solved that: when clicking on a row, it is hightlight but when user clicks another row, i dont known how to restore the original color for rows that has been changed thanks in advance :zzz:
-
hi all, anyone help me? How to hightlight a row in datagrid server control when clicking each of row ? I solved that: when clicking on a row, it is hightlight but when user clicks another row, i dont known how to restore the original color for rows that has been changed thanks in advance :zzz:
You have to define a selecteditemstyle for the datagrid and put in a select command button:
-
You have to define a selecteditemstyle for the datagrid and put in a select command button:
Do you have another way if I do not put a select command button? thanks