jQuery UI Widgets › Forums › Grid › autorowheight (wrap text in cell) is not working properly when we use 'virtualm'
Tagged: autorowheight, grid, jqxGrid ;, virtualmode
This topic contains 7 replies, has 4 voices, and was last updated by Hristo 4 years, 12 months ago.
-
Author
-
December 3, 2014 at 7:38 am autorowheight (wrap text in cell) is not working properly when we use 'virtualm' #63688
Hi,
We are using jqwidgets 3.2.1 with ‘virtualmode’. autorowheight and autoheight options are set to true.
When we use mouse scroll to scorll at that time it is increasing individual row height.Please suggest us (example) that how can we use ‘virtualmode’ with ‘autorowheight’ where we want long text should wrap in cell.
Thanks in advance,
harshDecember 3, 2014 at 10:16 am autorowheight (wrap text in cell) is not working properly when we use 'virtualm' #63704Hello harsh,
You can use ‘virtualmode’ and ‘autorowheight’ with ‘pageable’ property set to true. I would also suggest you to use the most recent version which is 3.6.0. If these suggestions do not help you to fix the issue, please provide us with sample code or JSFiddle example.
Best Regards,
NadezhdajQWidgets team
http://www.jqwidgets.com/December 3, 2014 at 12:26 pm autorowheight (wrap text in cell) is not working properly when we use 'virtualm' #63710December 3, 2014 at 12:27 pm autorowheight (wrap text in cell) is not working properly when we use 'virtualm' #63711December 3, 2014 at 1:58 pm autorowheight (wrap text in cell) is not working properly when we use 'virtualm' #63718Hi Harsh,
Please, find the following example which shows how to apply background color to all cells in column with ‘cellclassname’ function: http://jsfiddle.net/9mbzkjtg/.
Best Regards,
NadezhdajQWidgets team
http://www.jqwidgets.com/December 3, 2014 at 2:06 pm autorowheight (wrap text in cell) is not working properly when we use 'virtualm' #63721Hi Nadezhda,
we have requirement for dynamic styling,
which means style information is coming from server
thats why we have applied inline CSS.
cellclassname will not help us.Thanks,
HarshNovember 5, 2019 at 9:48 am autorowheight (wrap text in cell) is not working properly when we use 'virtualm' #107242How to wrap text on virtual scrolling?
November 6, 2019 at 12:57 pm autorowheight (wrap text in cell) is not working properly when we use 'virtualm' #107256Hello emoticon,
This is one of the styling cases.
You should choose the right style settings for you.
To reflect on the concrete place of widget your settings you could use its classes.
As in this case, it is jqxGrid:
https://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxgrid/jquery-grid-styling-and-appearance.htm?search=grid
From the page above you could find all available classes.Maybe it will be better to clarify it – what you mean?
However, if I try to suggest what you think it cannot be achieved directly with the jqxGrid
I try to prepare one example for you, please, take a look at this example:
http://jsfiddle.net/txhi/pgaj73d6/Best Regards,
Hristo HristovjQWidgets team
https://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.