Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 985183
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T05:07:42+00:00 2026-05-16T05:07:42+00:00

I have a Grid control (not a DataGrid) and I want to remove the

  • 0

I have a Grid control (not a DataGrid) and I want to remove the content of e.g. the second column in the second row. Can this be done without having a reference to the content of a grid cell?

Thank you very much for any hint!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T05:07:43+00:00Added an answer on May 16, 2026 at 5:07 am

    Found a more stable solution, though it requires looping through the cells:

            // these are the row and column number of the cell
            // you want to have removed...
            int getRow = 2, getCol = 5;
            for (int i = 0; i < myGrid.Children.Count; i++)
                if ((Grid.GetRow(myGrid.Children[i]) == getRow)
                    && (Grid.GetColumn(myGrid.Children[i]) == getCol))
                {
                    myGrid.Children.Remove(myGrid.Children[i]);
                    break;
                }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Suppose I have a grid with some row definitions, and a child control in
I have a window with 2 column grid. Left column contains a browser control
I have a Data Grid View inside a control that is displayed in a
How to implement CEditListCtrl?. List control with edit capabality (Report/Grid view). I have a
I have a huge datagrid control embedded in a window and Autoscroll property to
I have a user control whose users I want to have them set a
I have found that datagrid columns can be dynamically created and bound in Silverlight.
I have a custom control that is derived from ListView . This list view
I have a datagrid contained in a vbox, this datagrid acts as a spreadsheet
I have two different grid controls on the same form. They share the same

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.