Can Tooltip be used inside a Datagrid
-
:)Hi, Can anyone help, I want that data in datagrid should be placed in single line. Can i somehow set multiline property of datagrid to false, and i also do not want d width of COLOUMN to increase if multiline property is set false ,instead can i hve a TOOLTIP which will show d entire data if a particular row is selected in a datagrid .
-
:)Hi, Can anyone help, I want that data in datagrid should be placed in single line. Can i somehow set multiline property of datagrid to false, and i also do not want d width of COLOUMN to increase if multiline property is set false ,instead can i hve a TOOLTIP which will show d entire data if a particular row is selected in a datagrid .
you can set the tool tip property of the control. by finding that control in the Item databound event and then assisgning that value as the tool tip. I tried it for a hyperlink, textbox etc , however was not able to get it happwning for a drop down. Can somebody give an idea as to how to make it happen