[FIXED] [#715] LiveSearchGridPanel doesn't work with a buffered GridPanel

Page 1 of 3 123 LastLast
  1. #1

    [FIXED] [#715] LiveSearchGridPanel doesn't work with a buffered GridPanel

    And I also ran into this problem. Still dont working in version 3. I hope you find solution.

    Moderator Note: the posts have been extracted from this forum thread.
    Last edited by fabricio.murta; Apr 27, 2016 at 2:40 AM.
  2. #2
    Hi @SaleCar,

    Thank you for the feedback.

    I think there are two different issues in the original post.

    1. The first issue. A GridPanel's EmptyText doesn't work on filtering. It still appears to be a problem in Ext.NET 3. Created an Issue.
    https://github.com/extnet/Ext.NET/issues/654

    It looks there is a related bug report to Sencha that is marked as fixed in ExtJS 5.1.1.
    http://www.sencha.com/forum/showthread.php?297156

    So, we will be retesting it after incorporating ExtJS 5.1.1 to Ext.NET.

    A workaround could be turning of a GridPanel's buffered rendering by setting this for a GridPanel. Sure, if appropriate.
    BufferedRenderer="false"
    2. The second issue. A GridPanel is blank if scroll down and filter. I cannot reproduce this issue anymore. Can you?
  3. #3
    I have problem with LiveSearch and buffered grid. When there is less than screen rows (no scroll) livesearch works perfect. When there is more rows so grid have scroll, livesearch works weird: when find string, it wont select row and you must press Next Button to select row and some word can not see at all. After adding BufferedRenderer="False" all working normally. I am waiting a fix.
  4. #4
    I would appreciated if you can provide us with a full standalone test case and exact steps to reproduce. I could test with Ext.NET 3.0 and the latest sources from SVN and see it is still reproducible or not.
  5. #5
    I am already using newest version (3). Here is my grid:



    https://gist.github.com/anonymous/95a77d5f89f4d490f4d1
    Last edited by geoffrey.mcgill; Jan 27, 2015 at 2:59 PM.
  6. #6
    Hello,

    Your sample throws errors. If we cannot run your sample it is unlikely you will get a response.

    The forum guidelines can provide helpful tips on posting in the forums.

    http://forums.ext.net/showthread.php...ation-Required
    Geoffrey McGill
    Founder
  7. #7
    Here is full project, actually only that part in full project.
    Last edited by geoffrey.mcgill; Jan 27, 2015 at 5:42 PM.
  8. #8
    Here is full project, actually only that part in full project.
    As per the forum guidelines, please simplify your sample down to the minimum required to reproduce the problem.

    Please review the forum guidelines, and accept before posting in the forums again.
    Geoffrey McGill
    Founder
  9. #9
    It is simplified.

    Default.aspx with only grid and live search.
    Code behind with "OnReadData" procedure.
    Class with only one method - reads database and returns data for "OnReadData".
    SQLite database file.
    Dll files (ext.net, sqlite) and project files.

    Can not be less and work standalone.
  10. #10
    Can not be less and work standalone.
    I guarantee it can be less. Your database is not required. Use inline data. As per the forum guidelines, please do not use code-behind.

    If you cannot simplify your sample and post a clean sample into a forum post within [CODE] tags, then unfortunately we are not going be able provide assistance.

    How about reviewing the forum guidelines, because it really doesn't seem like you have? There's lots of good tips in there, and so far it feels like you are wasting a lot of your time and ours. Please spend a few minutes to simplify.
    Geoffrey McGill
    Founder
Page 1 of 3 123 LastLast

Similar Threads

  1. [CLOSED] getHeight() on BeforeRender event for GridPanel doesn't work.
    By kevinhwang in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 10, 2013, 4:03 AM
  2. GridPanel Filter example DateFilter doesn't work
    By jwhitmire36 in forum 2.x Help
    Replies: 2
    Last Post: Jan 09, 2013, 9:24 PM
  3. GridPanel Renderer doesn' work
    By AlexMaslakov in forum 1.x Help
    Replies: 2
    Last Post: Aug 25, 2011, 12:46 PM
  4. [CLOSED] [1.0] GridPanel nested in a Panel doesn't work
    By PoloTheMonk in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 18, 2009, 8:16 PM
  5. GridPanel AutoScroll doesn't work when empty
    By dbassett74 in forum 1.x Help
    Replies: 2
    Last Post: May 24, 2009, 11:03 PM

Posting Permissions