Datagrids - Rows???

From: Darryn Ross (darryn_at_datawave.com.au)
Date: 03/23/05


Date: Wed, 23 Mar 2005 11:41:59 +1000

Hi

How do i set a row readonly after applying custom table styles and binding
to a datasource??

i need to set particular rows readonly, but i do not know what they are
until i have loaded data from my tables.

Regards

Darryn



Relevant Pages

  • RE: How does one update two tables with the DataSet changes
    ... Do you use BindingNavigator to change the current index of the parent table ... each datasource will have each own current binding ... If you setup the databinding correct, the .Net winform code will take care ... of the datasource updating, you should not have such problem. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: DataBinding and updating on non UI thread
    ... control that is data bound to, ... > reflect the state of my datasource when I update the datasource - awesome, ... > but I have an issue with updating from a different thread. ... > My question is how can I get the binding to update in the correct thread, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: ComboBox DataSource - on the fly changes?
    ... Instead of binding to an ArrayList, create a shell for the ArrayList ... which implements IBindingList and binds to that. ... > list of items shown in the ComboBox to update automatically. ... > trouble getting the DataSource to take when I first created this ComboBox ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Binding DataTable to Textbox
    ... Be aware that you with binding not create a "new/New" datasource, ... Just really clear the datasource and fill it again. ... public partial class Window1: System.Windows.Window ... private DataTable _dtData; ...
    (microsoft.public.dotnet.general)
  • When binding status changes?
    ... When datasource is filled for a second time by an adapter, ... IsBinding value of controls' Bindings property turns to ... All binding properties are set on both fills ...
    (microsoft.public.dotnet.framework.windowsforms.databinding)