Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 7th, 2004, 03:57 PM
Authorized User
 
Join Date: Jan 2004
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default Infragistics win grid

I have a table with columns NUMID, PNAME, DESC, HDATE...

NUMID field is not editable on this grid. all the other fields are editable.

I am adding a new row in the infragistics win grid using the code

UltraGridRow addedRow = grid1.DisplayLayout.Bands[0].AddNew();

but when i add new row, i want to make NUMID field editable only on the new row. Can we make it editable only on a particular row.

can anybody please help me.

Kosaraju

 
Old October 8th, 2004, 01:29 AM
Friend of Wrox
 
Join Date: Feb 2004
Posts: 177
Thanks: 0
Thanked 0 Times in 0 Posts
Default

grid1.DisplayLayout.Bands[0].Columns[int_ColumnNo].CellActivation = Activation.AllowEdit;

Will enable only this particular column and once the new record is added you can again disable it.






It is not how much we do,
but how much love we put in the doing.

-Mother Theresa





Similar Threads
Thread Thread Starter Forum Replies Last Post
Infragistics web grid problem sandeep General .NET 1 September 8th, 2006 07:38 AM
doubt in Infragistics.Win.UltraWinTree dhol General .NET 0 January 12th, 2006 01:09 AM
Infragistics web grid problem sandeep ADO.NET 1 June 27th, 2005 02:26 PM
Win '98 vs. Win XP rgerald Access VBA 0 February 19th, 2004 12:30 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.