I have put a GridEditCommandColumn in my grid (on each row)....which is initially visible=false;
I just want to make it visible when mouse moves over a row and invisible on mouseout...
I have added a client eventOnRowMouseOver="OnNoteBookRowMouseOver" to do this...but how to do this...help me!