Question
4
Replies
2323
Views
Virtusa
Posted: October 8, 2016
Last activity: March 8, 2017
Closed
Solved
Hide text after some limit in repeat grid data
I have a requirement to hide text after it cross limit in repeat grid ... in skin rule no such option provided to achieve...
please suggest the approch.
Hi Ravindra,
Go to skin and select textinput or any other control u are using and give the following additional styles:
text-overflow : ellipsis
overflow : hidden
Please let me know if that works.