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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T19:25:24+00:00 2026-05-31T19:25:24+00:00

strong text I have grids showing to user and want to not allow sorting

  • 0

strong text I have grids showing to user and want to not allow sorting per column because I have added in totals
where do I do this?

          xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
          xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
          xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
           xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
             mc:Ignorable="d"
                xmlns:devx="http://schemas.devexpress.com/winfx/2008/xaml/grid">
//* * * * * * * *

•Your post does not have much context to explain the code sections; please explain your scenario more clearly.

    <Grid x:Name="LayoutRoot" >
        <Border BorderThickness="2" BorderBrush="AliceBlue" Margin="10" >
            <StackPanel  >
                <Grid Background="AliceBlue" Height="30" >
                    <TextBlock VerticalAlignment="Center" FontWeight="Bold" Margin="5" Text="Upload File">
                    </TextBlock>
                </Grid>
                <Grid>
//* * * * * * * *

                    <Grid.RowDefinitions>
                        <RowDefinition ></RowDefinition>
                        <RowDefinition Height="800"></RowDefinition>
                    </Grid.RowDefinitions>
                    <Grid.ColumnDefinitions>
                        <ColumnDefinition></ColumnDefinition>
                    </Grid.ColumnDefinitions>
                    <StackPanel Grid.Row="0" Orientation="Horizontal" Margin="5">
                        <Button Content="Upload File" Margin="0" Width="70" Height="35" Command="{Binding CmdUploadFile}" IsEnabled="{Binding IsEnableUploadFile, Mode=TwoWay}" ></Button>
                        <Button Content="Export" Margin="2,0,0,0" Width="70" x:Name="btnExport" Click="btnExport_Click"></Button>
                    </StackPanel>
//* * * * * * * *

                    <devx:GridControl 
                        Grid.Row="1"  x:Name="dgTest" 
                        ShowLoadingPanel="{Binding Path=IsLoading, Mode=TwoWay}"
                        ItemsSource="{Binding Path=LstData, Mode=TwoWay}" 
                        AutoPopulateColumns="False"
                        HorizontalAlignment="Stretch" 
                        VerticalAlignment="Stretch" 
                        AllowColumnMRUFilterList="False" 
                        IsFilterEnabled="False">
//* * * * * * * *


                        <devx:GridControl.Columns>
                            <devx:GridColumn Header="Fac ID"           FieldName= "FacID"          ReadOnly="True" Width="100" ></devx:GridColumn>
                            <devx:GridColumn Header="Patient ID"       FieldName= "PatID"          ReadOnly="True" Width="100" ></devx:GridColumn>
                            <devx:GridColumn Header="Patient"          FieldName= "Patient"        ReadOnly="True" Width="200" ></devx:GridColumn>
                            <devx:GridColumn Header="Price Cd"         FieldName= "PriceCd"        ReadOnly="True" Width="100" ></devx:GridColumn>
                            <devx:GridColumn Header="Invoice Group"    FieldName= "InvoiceGrp"     ReadOnly="True" Width="100" ></devx:GridColumn>
                                                  </devx:GridControl.Columns>
//* * * * * * * *

                        <devx:GridControl.View>
                            <devx:TableView></devx:TableView>
                        </devx:GridControl.View>
                    </devx:GridControl>
//* * * * * * * *

                       </Grid>
                           </StackPanel>
                                  </Border>
                                               </Grid>

//* * * * * * * *


                        </UserControl>
  • 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-31T19:25:25+00:00Added an answer on May 31, 2026 at 7:25 pm

    Try this

    <devx:TableView AllowSorting="False"></devx:TableView>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two Xpath expressions ... //*[@id='gutter']/p[strong[text()='Date:']]/text() //*[@id='gutter']/p[strong[text()='Time:']]/text() How do I write a single
I have a text string in my grid in follwoing format Pawan/tiwari/idof22/vf i want
I have string: text and something and something like f213 @@ -1,9 +1,11 @@
I have a text string that has been doctored to be web safe URLs
I have a text string with HTML embedded in it. It also has CRs
I have model public class QuestionViewModel { public string Text { get; set; }
I have a string like: hello #this# is #some text string# text text I
I have the following intentionally trivial function: void ReplaceSome(ref string text) { StringBuilder sb
Suppose I have this code: String encoding = UTF-16; String text = [Hello StackOverflow];
I have the following table and would like to replace the string text of

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.