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 6555421
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T12:49:06+00:00 2026-05-25T12:49:06+00:00

I wanted to know how to use converter in DataColumn. When using the DESCR

  • 0

I wanted to know how to use converter in DataColumn. When using the DESCR column from the Ord_C_Order_Status table. It is not allowing to use.
DisplayMemberBinding=”{Binding Path=ORDER_STATUS,Converter={StaticResource OrderStatusConverter}}”

I want to use converter for this Binding for DESCR but it doesn’t allow.

   <dxg:GridControl DataSource="{Binding Data}"
             AutoExpandAllGroups="True"
             ShowBorder="True"
             Background="{StaticResource Background1}">
   <dxg:GridControl.Columns>
    <!--FieldName="ORDER_KEY"-->
    <dxg:GridColumn Name="colORDER_KEY"
                    DisplayMemberBinding="{Binding Path=ORDER_STATUS,Converter=       {StaticResource             OrderStatusConverter}}"
                    Header="Order key" />
    <dxg:GridColumn Name="colPAT_NUMBER"
                    Header="PAT_NUMBER"
                    DisplayMemberBinding="{Binding Path=FACILITY_KEY}" />

here is the data grid columns:

            <dxg:GridColumn Name="colORDER_KEY"
                            FieldName="ORDER_KEY"
                            ReadOnly="True"
                            Header="Order key" />
            <dxg:GridColumn Name="colPAT_NUMBER"
                            Header="PAT_NUMBER"
                            FieldName="PAT_NUMBER"
                            ReadOnly="True" />
            <dxg:GridColumn Name="colFACILITY_KEY"
                            FieldName="FACILITY_KEY"
                            Header="FACILITY_KEY"
                            ReadOnly="True" />
            <dxg:GridColumn Name="colPATIENT_ID"
                            Header="PATIENT_ID"
                            FieldName="PATIENT_ID"
                            ReadOnly="True" />
            <dxg:GridColumn Name="colMRN"
                            FieldName="ORDER_TYPE_KEY"
                            Header="ORDER_TYPE_KEY"
                            ReadOnly="True" />
            <dxg:GridColumn Name="colORDER_STATUS"
                            DisplayMemberBinding="{Binding Path=ORDER_STATUS}"
                            Header="ORDER_STATUS"
                            ReadOnly="True" />
  • 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-25T12:49:07+00:00Added an answer on May 25, 2026 at 12:49 pm

    You’ll probably need to overwrite the Column’s Template to use the converter

    I don’t know what version of DataGrid you’re using, but it should be something like this:

    <dxg:GridColumn Name="colORDER_KEY" Header="Order key">
        <dxg:GridColumn.ItemTemplate>
            <DataTemplate>
                <TextBlock Text="{Binding Path=ORDER_STATUS,
                           Converter={StaticResource OrderStatusConverter}}" />
            </DataTemplate>
        </dxg:GridColumn.ItemTemplate>
    </dxg:GridColumn>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wanted to know how to use threads in Cocoa. I'm new to this
Just wanted to know if is possible to use mod_rewrite on a single(or more
Thanks for looking at this question. I wanted to know how can I use
I know I could use PHP to do this, but wanted to find out
We know that we can use a concept Java Package, but I just wanted
Wanted to know if there was a way one could query shelveset details from
I wanted to extract some data from an SVG file. I know that SVG
I wanted to know how, if possible, to use freemarker tag library in a
I wanted to know how to convert the http response from the server in
I wanted know how the kernel is providing memory for simple C program .

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.