I have enable scrolling on a grid and it worked. But the scrolling height is not 100% and how should i get 100% scroll height. Also, it seems that my data in the grid seems cut off. I have set the content Clipping to false but still it is cut off. What should i do? thanks
3 Answers, 1 is accepted
0
Dimo
Telerik team
answered on 13 Aug 2010, 09:49 AM
Hi L,
ScrollHeight cannot be set in percent, you can set Height="100%" to the RadGrid control instead.
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
It seems that it would clip away a few characters when scrolling is enable. I did not set column resize to true.
for example, i have a record which is "conservation" in the grid but i can only see up to "conservati" in the grid. What happen? Thanks
0
Dimo
Telerik team
answered on 16 Aug 2010, 03:40 PM
Hello L,
If the MasterTableView's TableLayout is set to Fixed, content clipping occurs if the cell content cannot be fitted in the column width. In certain cases (e.g. RadGrid with scrolling and static headers enabled, and column widths set), the TableLayout is set to Fixed automatically by design.
So you should do one of the following:
+ set TableLayout="Auto" if it is "Fixed"
+ increase the respective column width, if using automatic TableLayout is not possible
Greetings,
Dimo
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items