DataGrid with a multi-line textbox added.



Just looking for some suggestions...
I have a datagrid with a text column... You can see just a bit of the
first line of data within this datagrid column. (Its a Notes field...
could be a lot if data in there.)

I have a multi-line text embedded in this column so that when this
column has focus
the multi-line text box appears, allowing you to more easly see and
edit the contents of the data with it.

Works just fine...

However, there are a few things that I would like to change...
1) I would like to make it a bit transparent...
I've tried making a borderless transparent form with a single
multi-line text box but
that does not work. (breaks some rules)
ANY IDEAS ON THIS ONE?

2) I would like the make the text box go outside the bounds of the
datagrid.
ie. When you are on the last row of the datagrid and this text box
pops up
all you see is the first row ... (where the row is) the rest of
hidden from view past the
bottom of the datagrid. It would be nice to have it overlap onto
the form on which
the datagrid was placed.
ANY IDEAS ON THIS ONE?

Thanks in advance for any suggestions.
I will continue to play with this a bit.

.



Relevant Pages

  • DataGrid with a multi-line textbox added.
    ... I have a datagrid with a text column... ... I have a multi-line text embedded in this column so that when this ... edit the contents of the data with it. ... I've tried making a borderless transparent form with a single ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: Issues with datagridview last record updating sql database
    ... all populated with the current record in the datagrid... ... name to update tmpX? ... In my sample I edit one field and update it immediately. ... You can custom color cells, fonts, change ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Would like to load a datagrid already in edit mode instead of having the user click the edit but
    ... Not multi row at all - single row. ... That means the buttons will be within the datagrid not somewhere else on the ... I want to put the update, edit, etc buttons somewhere else on the page - ... >>and rerender it in an edit state, ...
    (microsoft.public.dotnet.framework.aspnet.datagridcontrol)
  • Dynamically creating buttons per row: how?
    ... asp.net Forum to be exact where people can leave posts and respond to posts ... Edit will ... have a different amount of buttons in the same column unless the datagrid ... I'm not seeing much where it comes to adding controls and adding text ...
    (microsoft.public.dotnet.framework.aspnet.datagridcontrol)
  • Dynamically adding buttons to each row: how?
    ... asp.net Forum to be exact where people can leave posts and respond to posts ... Edit will ... have a different amount of buttons in the same column unless the datagrid ... I'm not seeing much where it comes adding controls and adding text ...
    (microsoft.public.dotnet.framework.aspnet.security)

Loading