Dear Friends,I have a dropdownlist column in ultragrid.The dropdownlist gets displayed when I HOVERthe mouse over it. I want it to always get displayed.Regards,Sid.
Hi Sid,
I don't understand your question. A dropdown does no drop down when you hover over it. At least not by default. Are you doing something in code to make that happen?
There's no way to keep a dropdown always displayed. It has to drop down when the cell is no longer active. It would not make sense to always display it, anyway, since it would obscure other cells in the grid.
Hi Mike,
Mike Saltzman"]There's no way to keep a dropdown always displayed
Yes thats what I was trying. I guess thats not possible.Thank you.Regards,Sid.
Do you mean "displaying the dropdown button," as opposed to "displaying the dropdown" itself?
If so, you can set the ButtonDisplayStyle property of the column to Always; it defaults to OnMouseEnter.
Hi Vince,Thats exactly what I wanted.Thanks a lot.Regards,Sid.