Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GridPanel's EmptyText vs Locked Column #1156

Open
DaniilVeriga opened this issue Dec 10, 2015 · 8 comments
Open

GridPanel's EmptyText vs Locked Column #1156

DaniilVeriga opened this issue Dec 10, 2015 · 8 comments

Comments

@DaniilVeriga
Copy link

DaniilVeriga commented Dec 10, 2015

http://forums.ext.net/showthread.php?60406

Sencha Issue: emptyText sepparately if grid has locking?

Update: Still reproducible in 6.0.1

@fabriciomurta
Copy link
Contributor

Can this be the expected behavior? Probably missed normalGridConfig?

<%@ Page Language="C#" %>

<!DOCTYPE html>

<html>
<head id="Head1" runat="server">
    <title></title>
    <style type="text/css">
        .x-grid-empty {
            text-align: center !important;
        }
    </style>
</head>
<body>
    <ext:ResourceManager runat="server" Theme="Crisp" ScriptMode="Debug" />
    <ext:GridPanel Margin="20" Title="Ext.NET" EmptyText="No Data!!" Border="true" Width="400" Height="150" runat="server">
        <Listeners>
            <Render Handler="item.getView().refresh();" Delay="100" />
        </Listeners>
        <LockedGridConfig runat="server" EmptyText="No dataL!" />
        <NormalGridConfig runat="server" EmptyText="No dataN!" />
        <ColumnModel runat="server">
            <Columns>
                <ext:Column Text="ID" Locked="false" DataIndex="ID" runat="server" />
                <ext:Column Text="Name" Lockable="true" Flex="1" DataIndex="Name" runat="server" />
            </Columns>
        </ColumnModel>
    </ext:GridPanel>
</body>
</html>

Reproduced and opened issue on Sencha forums (linked on initial comment).

Still reproducible in ExtJS 6.0.2.

@fabriciomurta
Copy link
Contributor

We received answer from Sencha suggesting this was by design in ExtJS 6.0.2 and required the config in viewConfig. It worked as designed until ExtJS 6.2.0. In 6.2.1 now the emptyText does not display if the grid has locked columns no matter what.

Sent follow-ups to the Sencha thread.

@fabriciomurta
Copy link
Contributor

Update: Issue still open after ExtJS 6.5.0 release.

@fabriciomurta
Copy link
Contributor

Update: Issue still open after ExtJS 6.5.1 release. Issue has not been reviewed by Sencha.

@fabriciomurta
Copy link
Contributor

Update: Issue still open after ExtJS 6.5.2 release. Issue has not been reviewed by Sencha.

@fabriciomurta
Copy link
Contributor

Update: Issue still open after ExtJS 6.5.3 release. Issue has not been reviewed by Sencha.

@fabriciomurta
Copy link
Contributor

Update: Issue still open after ExtJS 6.6.0.258 release. Issue has not been reviewed by Sencha.

@fabriciomurta
Copy link
Contributor

Update: Issue still open after ExtJS 6.7.0.161 release. Issue has not been reviewed by Sencha.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants