Re: RowSelectorColumn and DataGrids

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Saravana (saravank_at_sct.co.in)
Date: 01/07/05


Date: Fri, 07 Jan 2005 12:35:03 GMT

Check out this article from datagrid girl on how to use this control, it
might help you.
http://www.datagridgirl.com/rowselector.aspx

-- 
Saravana
http://dotnetjunkies.com/WebLog/saravana/
www.ExtremeExperts.com
"tshad" <tscheiderich@ftsolutions.com> wrote in message
news:u1PODqD9EHA.2552@TK2MSFTNGP09.phx.gbl...
> I just started using the RowSelectorColumn from Andy Smith
> (MetaBuilders.com) and can't seem to find a way to find the other controls
> in the same row of my datagrid. I really like the contro and have been
able
> to work for everything I need, except for this.  I can't seem to use
> src.parent or set src to control to allow me to traverse controls to find
> the other controls.
>
> I am trying to change the database record when the control is changed.
>
> Is there anyway to do this? I can't seem to find a method in the docs. I
did
> see "owner", but it is protected.
>
> I was looking at Scott Mitchells article on using the control, but he
> doesn't talk about this issue.
>
> Thanks,
>
> Tom
>
>


Relevant Pages

  • Re: Display 1 data row as multiple datagrid rows
    ... I have written a custom control before, ... isn't intuitively obvious how to easily extend the Microsoft datagrid to do ... horizontal scrolling is consider bad design. ... wrap too and allow for sorting of any column it's practical to sort on. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP.NET limitations?!?
    ... displaying 1000s of rows in a single DataGrid may not be the best way ... the control as well, ... "Milan Todorovic" wrote in message ... When I understand the reason ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Adding dummy item to DropDownList in a DataGrid
    ... creates a new DdropDownList control called list, it is not in a DataGrid, it ... control that is inside a DataGrid. ... Dim cell As TableCell = CType ...
    (microsoft.public.dotnet.framework.aspnet)
  • DataGrid Problem
    ... Ich will in einem Datagrid die Felder mit einem Benutzerdefiniertem Control füllen, damit der User weniger Möglichkeiten hat Fehler zu begehen. ... Wenn ich auf die Zeile klicke in der ein neuer Datensatz erscheinen soll zeigt er auch den NullText toll in meinem Control an, allerding wenn ich dann mein Control anklicke scheint er den Focus zu verlieren und springt auf die letzte vorhandene Zeile im Datagrid... ... protected override void Edit(CurrencyManager source, int rowNum, Rectangle bounds, bool readOnly, string instantText, bool cellIsVisible) { ... protected override void Paint(Graphics g, Rectangle bounds, CurrencyManager source, int rowNum, Brush backBrush, Brush foreBrush, bool alignToRight) { ...
    (microsoft.public.de.german.entwickler.dotnet.csharp)
  • Re: Inherited class
    ... Page CLASS is one of inheritance. ... > What everyone is telling you is that the control you place on your ASPX ... >>> you can't just change the class from DataGrid to XXXDataGrid in the code ...
    (microsoft.public.dotnet.framework.aspnet)