Hi,
I am using GridTemplateColumns and am trying to work around an issue.
In each row of the grid I am placing a link - when I mouse over these links I want to display a thumbnail (image) which hovers at the pointer.
Using the regular ASP.NET GridView control this is not a problem, but with the RadGrid I have an issue.
Currently I use css styling to display the thumbnails. When I use this method with RadGrid the thumbnail only displays partially as the thumbnail image appears in the space for the column it belongs to. For example, the image will not overlap the next column, but the image appears behind it instead. In the css for this thumbnail the zindex is set to a large number, but this has no affect with the RadGrid control.
Is there a way I can achieve this functionality with RadGrid?
Many thanks and happy holidays.
KS
I am using GridTemplateColumns and am trying to work around an issue.
In each row of the grid I am placing a link - when I mouse over these links I want to display a thumbnail (image) which hovers at the pointer.
Using the regular ASP.NET GridView control this is not a problem, but with the RadGrid I have an issue.
Currently I use css styling to display the thumbnails. When I use this method with RadGrid the thumbnail only displays partially as the thumbnail image appears in the space for the column it belongs to. For example, the image will not overlap the next column, but the image appears behind it instead. In the css for this thumbnail the zindex is set to a large number, but this has no affect with the RadGrid control.
Is there a way I can achieve this functionality with RadGrid?
Many thanks and happy holidays.
KS