[CLOSED] Disabled Sorting in GridPanel

  1. #1

    [CLOSED] Disabled Sorting in GridPanel

    Hi,

    i tried to disable the sorting in the GridPanel
    like in Sorting Disabled in GridPanel
    but doesnt seem to work.

    <ext:GridPanel ID="GridPanel2" runat="server" StoreID="Store1" StripeRows="true"
        Header="false" Height="640px" Border="false" Layout="Fit" EnableHdMenu="false" EnableColumnMove="false">
    ...
    ...
    <ext:Column ColumnID="ZZMPGROUP" Header="_CaptionMPG"  DataIndex="ZZMPGROUP"
        Align="left" Width="90px" Sortable="false" Groupable="false" Hideable="false">
            <Renderer Fn="RenderGroup" />
    </ext:Column>
    ...
     <ext:Store ID="Store1" runat="server" OnRefreshData="Store_RefreshData" RemoteSort="false">
            <Proxy>
                <ext:PageProxy />
            </Proxy>
            <Reader>
                <ext:JsonReader IDProperty="PK">
                    <Fields>
    ...
    </Fields>
                </ext:JsonReader>
            </Reader>
            <AutoLoadParams>
                <ext:Parameter Name="start" Value="0" Mode="Raw" />
                <ext:Parameter Name="limit" Value="150" Mode="Raw" />
            </AutoLoadParams>
        </ext:Store>
    The Menu are gone.



    But I still can click the Header
    and the sorting is applied
    Last edited by Daniil; Dec 27, 2010 at 8:51 AM. Reason: Marked as [CLOSED]. No more information was provided.
  2. #2
    okay,

    seems the problem is this

     <Plugins>
        <ext:GridFilters runat="server" ID="GridFilters1">
          <Filters>
          ...
    when I remove the GridFilters Plugin it works.
  3. #3
    Quote Originally Posted by csharpdev View Post
    okay,

    seems the problem is this

     <Plugins>
        <ext:GridFilters runat="server" ID="GridFilters1">
          <Filters>
          ...
    when I remove the GridFilters Plugin it works.
    Hi,

    As far as I can understand the problem is not solved and you need to disable sorting when GridFilters is used, right?

Similar Threads

  1. [CLOSED] How to disable gridpanel sorting
    By digitek in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Apr 30, 2013, 4:10 AM
  2. Gridpanel custom sorting
    By boris in forum 1.x Help
    Replies: 11
    Last Post: Aug 23, 2011, 2:50 PM
  3. [CLOSED] GridPanel sorting and filtering problem
    By kenanhancer in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Mar 31, 2011, 3:38 PM
  4. Problem with GridPanel sorting
    By magisystem in forum 1.x Help
    Replies: 3
    Last Post: Sep 09, 2010, 1:35 PM
  5. [CLOSED] Sorting Disabled in GridPanel
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 07, 2010, 11:37 AM

Tags for this Thread

Posting Permissions