How To write control to show more than 30 lines of description in a column (of Repeating Grid)
Hi All,
Can anybody help me in implementing the below requirement.
We have a business requirement where we need to show more than 30 lines of description in a column of repeating grid,in such a way that initially it should display only 1 to 2 lines followed by ... and on mouse hover (or) on cursor it should display all description (complete 30 lines ).
For Example : Please help me in this implementation... (and on mouse hover (or) on cursor it should display remaining text)
Thanks in Advance !
Swathi
What if you have two variations of your property. One with the full value, and another with the truncated version. Then you can display your truncated version within the grid and configure an OnHover event and show a smart info or overlay to display the rest?