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

  • Home
  • SEARCH
  • 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 8799837
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T00:25:46+00:00 2026-06-14T00:25:46+00:00

I have a requirement i.e. one view should have multiple instances at runtime for

  • 0

I have a requirement i.e. one view should have multiple instances at runtime for loading data of different employees from an Xml file e.g. employee form for creating a new employee details and loading from xml file. I did some search on google and found a very useful link
http://msdn.microsoft.com/en-us/magazine/dd419663.aspx

For a WPF MVVM application, it is perfect when multiple instances of the ViewModel are created the view reciprocates. The only problem I see is when I place the text box control with TabControl TabItem i.e. when I select a particular tab item with in Tab control the other instances of the view reciprocate the same way. How do I prevent the application from doing this? Is there a property of TabItem which could be bound?

  • 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-06-14T00:25:47+00:00Added an answer on June 14, 2026 at 12:25 am

    If any one has similar issue the solution is to bind SelectedTabGridIndex to RadTabItem.

    private int _selectedTabGridIndex;
    public int SelectedTabGridIndex
    {
        get { return _selectedTabGridIndex; }
        set
        {
            if (value == _selectedTabGridIndex)
                return;
    
            _selectedTabGridIndex = value;
            base.OnPropertyChanged("SelectedTabGridIndex");
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have one requirement that i have to place the log file in the
I have a requirement to pass credentials from one Microsoft .NET Web Application to
I have a requirement where I have to drop one row from a table
I have a requirement to insert 12600 data in one table. The data is
I have a requirement to combine 4 xml files into one. They are like
I have one requirement in C. char abc[]=hello; char hello[]=world; Using abc whether we
I am developing native iPhone app. I have one requirement that, there are 5
I have one intresting requirement to achieve. could you please help? Please find the
I have a winform application which contains a window resizable but one requirement is
I am using ASP.NET/C# .In one of my page I have a requirement where

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.