As there are many fields needed to be shown in the GridView control, the page width space may be not enough to show all of them with their full contents width. So, in order to save space, Is there a way to show only part of the contents in the fields? For
the users to see the full contents, he can see it through the tool tip when the mouse over the related GridView field, OR by clicking on the GridView first field, which is a hyperlink to another page showing the full and details of the related record (which
its hyperlink field has been clicked).
For example
We have a field "Name". The value of this record field "Ali Hasan Rabie Ebrahim Al-Qafeesh". The GridView field is needed to show it as follow "Ali Hasan Rabie....". When the mouse over, the tooltip will show it fully "Ali Hasan Rabie Ebrahim Al-Qafeesh".
Thus, Is there a shortcut technique or function can perform it?
Go to the complete details ...