I introduced .Scrollable(), this helps with the issue but now I have a new issue, in the grid header column height increases and border does not extend down to touch the baseline! (I am using Windows 7 theme)
Any help appreciated :)
12 Answers, 1 is accepted
We need more details about your case. Could you provide a sample project? Just attach it to this forum thread.
Regards,Atanas Korchev
the Telerik team
Thanks for your support.
-Binu
This is not a failed repaint - just the total width of the columns (set via the Width property) is bigger than the available space. You can either enable scrolling or try different column widths. I don't know what the expected behavior is otherwise.
Kind regards,Atanas Korchev
the Telerik team
ex: ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZ
When scrollable is enabled, columns behave differenlty, and also as i mentioned in my original post it does create an issue with the header styling !
Any suggestions?
Thanks!
I will need a sample project showing those issues in order to assist you further. Please attach one to this thread and also specify the browser which you are using and the steps required to reproduce the issue.
Regards,Atanas Korchev
the Telerik team
1. Update your norhwind customer table to make contactname table a nvarchar(200)
2. Update the Contact Name (I picked Customer ID: VINET) to a long name without space breaks, ex: PaulHenriotPaulHenriotPaulPaulHenriotPaulHenriotPaulPaulHenriotPaulHenriotPaulPaulHenriotPaulHenriotPaulPaulHenriotPaulHenriotPaulPaulHenriotPaulHenriotPaul
3. Run the Telerik MVC sample project
4. Load Grid > FirstLook, turn OFF scrollable
5. Re-size the browser manually to shrink the width, you will see the issue
I am also attaching a screenshot.
Hope this helps to understand the issue.
Thanks
Binu
I now understand the issue. Please let me know what the expected behavior is in your case. I would recommend scrolling for such cases but you said you have a problem with that. Could you elaborate on the scrolling problem?
Regards,Atanas Korchev
the Telerik team
I am attaching a screenshot with scrollable, Windows 7 theme. Tested with FF 3.6 and IE 7.0
On a different note,
How can I create a component on client side with out doing a round trip to server?
For example add a new combobox to an existing panel content or adding a new panel to a panel bar, can we do this just from the JavaScript client layer?
Thanks for your support
Regarding your second question, creating components on the client-side is not yet possible (apart from the calendars and windows). We have this feature logged and will consider doing it after the Q3 release.
Regarding the overflow issue, we'll research a bit more and post our findings tomorrow -- thanks for the patience.
Kind regards,Alex Gyoshev
the Telerik team
Please take a look at the attached solution. It uses the CSS "white-space: nowrap" property in order to prevent the lines from wrapping, and has enabled scrolling in order to fix the problem with long lines.
Hope this helps,
Alex Gyoshev
the Telerik team
Thanks for your support.
-Binu