Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
N

Naz_Firdouse

@Naz_Firdouse
About
Posts
15
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • WSO FSOW OTD 2015-11-18
    N Naz_Firdouse

    CRUEL

    The Lounge

  • Compiler warning of the day
    N Naz_Firdouse

    Superb :)

    The Lounge

  • notifications are not displayed
    N Naz_Firdouse

    ok Thanks...

    Site Bugs / Suggestions question

  • notifications are not displayed
    N Naz_Firdouse

    what a miracle it is.... Till now I didn't received these notifications... but I am notified with your reply... Is this issue raises only if in Q&A section???

    Site Bugs / Suggestions question

  • notifications are not displayed
    N Naz_Firdouse

    I am not getting notifications(the one on right top corner)...which shows someone has commented to your answer or someone posted answer to your question... any solution to this???

    Site Bugs / Suggestions question

  • The horse and the chicken
    N Naz_Firdouse

    true

    The Soapbox help

  • BJOTD
    N Naz_Firdouse

    :laugh:

    The Soapbox css com help question announcement

  • Still alive
    N Naz_Firdouse

    ok...thanks

    Spam and Abuse Watch com data-structures

  • Still alive
    N Naz_Firdouse

    Able to access the article though it says "This article was marked as deleted at 23 May 2014.." not sure whether this is expected or not

    Spam and Abuse Watch com data-structures

  • Is there any Andhra Pradesh developers
    N Naz_Firdouse

    yes

    Get-Togethers discussion

  • For AP developers
    N Naz_Firdouse

    Let us know the location so that we can plan...

    Get-Togethers discussion

  • WPF Ribbon Control
    N Naz_Firdouse

    did u tried this http://it.nadiacomanici.com/2010/04/wpf-ribbon-ctp-part-1/[^]

    WPF csharp wpf question

  • How to Set ItemSource of Autocomplete Textbox when placed inside Datagrid and that datagrid having multiple rows???
    N Naz_Firdouse

    it depends on the references you are using... you arealready using AutoCompleteBox in your app.so use the same but instead relpce its itemsource with a property name

    WPF help tutorial question

  • How to Set ItemSource of Autocomplete Textbox when placed inside Datagrid and that datagrid having multiple rows???
    N Naz_Firdouse

    It can be done in two ways... if the data to be binded to AutoComplete textbox is large, bind that collection to Autocomplete box by setting the datacontext to parent element of datagrid or first control in the page(we usually use grid as the main content holder) where that datacontext holds the Autocomplete collection and bind it to AutoCompleteBox. Here in this sample, they are binding some static resource. you can replace it with your collection and it gets binded.(Same collection gets binded to all AutoCompleteBox).

    <input:AutoCompleteBox

                                    HorizontalAlignment="Left"
    
                                    Width="180"
    
                                    IsTabStop="True"
    
                                    Text="{Binding UserName, Mode=TwoWay}"
    
                                    ItemsSource="{StaticResource SampleHeroes}"
    
                                    />
    

    another solution is if you want different collection to be binded, you can add one more property to Users class (in this sample) which holds the collection and you can bind it directly inside AutoCompleteBox.... e.g new Users{ UserName="Hiro Nakamura", Age=24, Gender="M", Country="Japan", AutoCompleteList = new List{"Hi","Hello","Welcome","Bye" } } But it does not seems to be good... you can use the first approach.

    WPF help tutorial question

  • How to Set ItemSource of Autocomplete Textbox when placed inside Datagrid and that datagrid having multiple rows???
    N Naz_Firdouse

    Please check this tutorial... http://www.c-sharpcorner.com/UploadFile/dpatra/auto-complete-in-datagrid-cell-editing-in-silverlight-3-application/[^] hope it helps...

    WPF help tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups