GridPanel DataBinding

  1. #1

    GridPanel DataBinding

    Quick question,

    Can you only databind once per request on a GridPanel? Can this be overridden? I have a scenario where I databind a GridPanel on page load, and when an event is fired I change the data on the database but it doesn't represent the changes until another post back, it seems to ignore the 2nd databind call.

    Any suggestions?

    Cheers,
    Timothy
  2. #2

    RE: GridPanel DataBinding

    Hi Timothy,

    We're going to run some tests and see if we can figure out what's going on with this scenario.




    Geoffrey McGill
    Founder
  3. #3

    RE: GridPanel DataBinding

    Thanks Geoffrey, when I was looking at the source, as soon as a DataBind is called on the Store it immediately injects some JavaScript and sets a value to "true" which disallows DataBind to be called again.

    I'll look up the exact lines in the morning.

    Cheers,
    Timothy

Similar Threads

  1. [CLOSED] MVC GridPanel Databinding
    By adelaney in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: May 14, 2012, 9:17 PM
  2. gridpanel databinding
    By svk in forum 1.x Help
    Replies: 6
    Last Post: May 06, 2012, 4:15 PM
  3. Replies: 0
    Last Post: Jun 21, 2011, 2:51 AM
  4. help with databinding (ext:GridPanel)
    By vikram1983 in forum 1.x Help
    Replies: 2
    Last Post: Apr 05, 2011, 1:07 PM
  5. DataBinding GridPanel/Store/Reader
    By nuno_Santos in forum 1.x Help
    Replies: 4
    Last Post: Apr 01, 2009, 2:18 PM

Posting Permissions