Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Not all Data-Cols and scrollbar visible in Entry-Grid by long Entrynames
Last Post 09/08/2008 7:02 PM by Peter Donker. 12 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Guido Kuehler
Basic Member
Basic Member
Posts:149


--
04/12/2008 12:20 PM

DNN 04.08.02 DMX 04.02.01

Hi Peter,

we have see today a very negative effect when we have Entries with long Names the Col is stretched that we see not more other cols in teh Data-Grid and the right vertical Scrollbar is also not more visible.

Here a Sample for a specified Entry:

"Abgeltung für die Vorbereitung auf die mündliche Prüfung im Rahmen einer Reifeprüfung, Reife- und Diplomprüfung, Diplomprüfung und Abschlussprüfung"

We cannot made shorter the Name, its have Goverment-Right-Consequences when we remove any part from the Name, so we must use this long name. But in Version before we see that this Col have a shorter width and we can resize this col with the Mouse but not in this Version.

Thank You

Guido

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
04/12/2008 4:27 PM
Hi Guido,

I'll make a note of it.

Peter
Guido Kuehler
Basic Member
Basic Member
Posts:149


--
05/14/2008 1:26 PM

Hi Peter,

is this Problem resolved in the last Version 04.02.02?

Sorry but we need here a fast Solution for our Customer that cannot work with the Module and the long Titles.

The bad Effect is when the Title is to long the right Scroll-Bar is not visible and only 10 Entries are displayed in the Grid. The User have here no Chance to scroll down in teh Grid without the right Scrollbar. 

Thank You!

Guido Kuehler
Basic Member
Basic Member
Posts:149


--
05/14/2008 2:14 PM

Hi Peter,

we have installed currently the latest Version 04.02.02 from DMX 4 on our Portal and see that now the Begin from the Long Title is not visible, so we see also not other Entries in the Grid what have a shorter Title! When we move onla a pixel on time the Col-Seperator between Title and Size the Grid is displayed how needed and very great!

Thank You

Guido

Guido Kuehler
Basic Member
Basic Member
Posts:149


--
05/27/2008 4:09 PM

Hi Peter,

any news or Solution for this Problem?

Thank You

Guido

Guido Kuehler
Basic Member
Basic Member
Posts:149


--
06/27/2008 4:26 PM

Peter,

our Customer is very angry because we have no Answer to this Problem about 1 Month.

Please inform us about the current State for a Solution!!!

Thank You

Guido

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
06/30/2008 12:02 AM
Guido,
Try removing the nobr tags in the 'FirstColumnTemplate' (about line 153) in ViewCollection. They are around the title. If you remove them the long title starts wrapping. I'll see what the best is for the future. Whether to wrap or to hide.
Peter
Guido Kuehler
Basic Member
Basic Member
Posts:149


--
07/06/2008 8:38 AM

Thank You Peter for Answer!

We have made this Change and now we see the complete Title with Wrap and also the right scrollbar but we cannot use the Scroll-Bar and many Documents are hidden behind the Detail-Area!

We hope you have here a Solution, we becoms today a Deadline (End of August 2008) for the Project from our Goverment-Customer.

Thank You

Guido

 

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
07/06/2008 11:42 AM
Guido,
I believe you have an account on the beta site. Can you try the latest RC for 04.03?
Peter
Vince Sola
New Member
New Member
Posts:4


--
09/06/2008 12:04 AM
Has there been any resolution? I have a document type that has 12 Custom Attributes. I cannot see all of them and there is no scroll bar option to scroll left and right. Can you tell me where the scroll bar can be added in the code?
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
09/06/2008 10:05 AM
You can try setting the AllowHorizontalScrolling="true" on the Grid1 object in ViewCollection.ascx.

The issue of wrapping the title has been resolved as is marked at the right here.

Peter
Vince Sola
New Member
New Member
Posts:4


--
09/06/2008 11:21 PM
When I apply AllowHorizontalScrolling="true" on the Grid1 object it places the scroll bar below the last item rather then holding it's position true at the bottom of the grid. Any solution to fixing the position permanently to the bottom of the grid reguardless of the amount of documents in the grid?
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
09/08/2008 7:02 PM
Another thing you could try is this: use the scrolling on the pane that holds the grid. There is an element called

ComponentArt:SplitterPane PaneContentId="GridContent" MinHeight="120" Height="60%" CssClass="SplitterPane"

You can add the following to it

AllowScrolling="True"

Peter
You are not authorized to post a reply.