Jump to content
  • 0

Column Width on Grid Edit


niteowl2

Question

I'm trying to to modify my column width (and keep it recorded) when in grid edit.  When I change the column width outside of grid edit, the width stays after I exit the screen but not so when in grid edit mode.

Is there a way to modify the column width (or get the text to wrap) when in grid edit mode?  

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
19 hours ago, niteowl2 said:

I'm trying to to modify my column width (and keep it recorded) when in grid edit.  When I change the column width outside of grid edit, the width stays after I exit the screen but not so when in grid edit mode.

Is there a way to modify the column width (or get the text to wrap) when in grid edit mode?  

Try using the following code in the header of the datapage:

<style>

.cbGridCtnr > .HeadCtnr > .Table, .cbGridCtnr > .BodyCtnr > .Table, .cbResultSetNavigationTableCellspacing.cbResultSetNavigationTable

{ 

width: 100% !important; 

} 

</style>

 

Link to comment
Share on other sites

  • 0

You may refer to this suggestion to make the column widths automatic and fix text wrapping in grid edit mode.

On 10/10/2019 at 9:19 PM, Fernanda said:

Is there a way to specify the width of each column in Grid Edit mode? I'm having trouble with Styling in grid edit, my text is not wrapped and the column widths are not automatic

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...