Refresh RowExpander Plugin on store reload/databind.

  1. #1

    Refresh RowExpander Plugin on store reload/databind.

    I have used the row expander plugin to display description of the item. when user edits the description i am databinding store in the code behind. the data is updated in the grid but not in the row expander. i have to reload the whole page inorder to see the change.The description field remains the same it was before the edit,when the whole page is reload it changes.
  2. #2

    RE: Refresh RowExpander Plugin on store reload/databind.

    This is what I was looking for ..

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

    it is working, Only Problem I am facing is it collapses with (-) sign and when I click it becomes (+) sign and in next click it

    expands, means I need two clicks to expand, can that be done in single click.
    Last edited by geoffrey.mcgill; Jan 19, 2011 at 5:57 AM.
  3. #3

    RE: Refresh RowExpander Plugin on store reload/databind.

    Hi,

    Try to add the following custom config for RowExpander
    <ext:ConfigItem Name="enableCaching" Value="false" Mode="Raw" />

Similar Threads

  1. [OPEN] [#97] DataView Selection Plugin breaks on Store.reload()
    By paulc in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 27, 2012, 8:42 AM
  2. [CLOSED] RowExpander Plugin for Grid
    By craig2005 in forum 1.x Legacy Premium Help
    Replies: 16
    Last Post: Jul 14, 2011, 2:48 PM
  3. Replies: 4
    Last Post: Oct 11, 2010, 3:39 PM
  4. Databind / Reload Store and GridPanel Problem
    By locoperoguapo in forum 1.x Help
    Replies: 5
    Last Post: Feb 10, 2009, 9:23 AM
  5. [CLOSED] GridPanel RowExpander Plugin
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 12, 2008, 7:10 PM

Posting Permissions