HighTechTalks DotNet Forums  

Set readonly property on cell level in a datagridview

ASP.net Building Controls microsoft.public.dotnet.framework.aspnet.buildingcontrols


Discuss Set readonly property on cell level in a datagridview in the ASP.net Building Controls forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Patrik
 
Posts: n/a

Default Set readonly property on cell level in a datagridview - 02-15-2007 , 03:05 AM






Hi,

I have a datagridview column that will contain both editable and
non-editable values. I have set the columns readonly property to true. I
then use the AddRows event to check the value of an hidden column and if
that is false i set a specific cells readonly property in the column to
false.

My problems is that this do not open a specific cell for editing but seems
to open all cells in the column. Is it not possible to have some cells in a
column to override the columns readonly property?



Reply With Quote
  #2  
Old   
Steven Cheng[MSFT]
 
Posts: n/a

Default RE: Set readonly property on cell level in a datagridview - 02-15-2007 , 05:28 AM






Hello Patrik,

As for the "DataGridView" control, do you mean the DataGrid or GridView
control? I'd like to confirm that you're using either of the two ASP.NET
template databound controls.

According to your description, you want to make a certain column(multiple
rows) in the GridView control have different editable status for each row
of that column, correct? If so, here are some of my understanding and some
questions which need your confirm:

** For the Readonly property of GridViews' columns, when you set it, it
will be applied to all the rows of that column, therefore, this property
can not be used to adjust individual cell(of a certain column)'s visibility
or edit mode.

** Since you want some rows of the column to be editable, how do you add
the edit UI/tempalte? Do you define two templates(ItemTemplate and
EditTemplate) or simply define only one template(ItemTemplate) and put
different control according to whether that row is editable?

** Is the "AddRows" event the "RowCreated" event of GridView? If so
what's your current code logic in it?

I would be helpful if you can provide us some code fragment to demonstrate
your current implement so that we can perform research on this.

Please feel free to post here if there is anything I missed.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.



Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.

==================================================



This posting is provided "AS IS" with no warranties, and confers no rights.



Reply With Quote
  #3  
Old   
Patrik
 
Posts: n/a

Default Re: Set readonly property on cell level in a datagridview - 02-15-2007 , 07:23 AM



I am sorry, I just realized that I have posted this in the wrong newsgroup.
I am working with the windows forms datagridview using C#.

/Patrik

"Steven Cheng[MSFT]" <stcheng (AT) online (DOT) microsoft.com> wrote

Quote:
Hello Patrik,

As for the "DataGridView" control, do you mean the DataGrid or GridView
control? I'd like to confirm that you're using either of the two ASP.NET
template databound controls.

According to your description, you want to make a certain column(multiple
rows) in the GridView control have different editable status for each row
of that column, correct? If so, here are some of my understanding and
some
questions which need your confirm:

** For the Readonly property of GridViews' columns, when you set it, it
will be applied to all the rows of that column, therefore, this property
can not be used to adjust individual cell(of a certain column)'s
visibility
or edit mode.

** Since you want some rows of the column to be editable, how do you add
the edit UI/tempalte? Do you define two templates(ItemTemplate and
EditTemplate) or simply define only one template(ItemTemplate) and put
different control according to whether that row is editable?

** Is the "AddRows" event the "RowCreated" event of GridView? If so
what's your current code logic in it?

I would be helpful if you can provide us some code fragment to demonstrate
your current implement so that we can perform research on this.

Please feel free to post here if there is anything I missed.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.



Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.

==================================================



This posting is provided "AS IS" with no warranties, and confers no
rights.





Reply With Quote
  #4  
Old   
Steven Cheng[MSFT]
 
Posts: n/a

Default Re: Set readonly property on cell level in a datagridview - 02-15-2007 , 08:30 PM



Thanks for your reply Patrik,

If so, you can post the question in the following newsgroups which would be
helpful for you to get the quick and proper response:

microsoft.public.dotnet.framework.windowsforms
microsoft.public.dotnet.framework.windowsforms.con trols

Also, if you meet any ASP.NET issues, welcome to post here

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.