[CLOSED] Razor GridPanel - Strange issue

  1. #1

    [CLOSED] Razor GridPanel - Strange issue

    Ok don't have a full example to post but i'll take a stab at it see if anyone can help.

    So I have GridPanel with a toolbar this toolbar has text fields in it and I can use data from this using a small bit of javascript to populate all the rows of my grid panel for column X.

    But when I try to do the same form a field that's in a formpanel I get nothing and no javascript errors.... any ideas?

    for (var i = 0; i < storeSt2.getCount(); i++) {
                        storeSt2.getAt(i).set('a', App.abc.getValue()); <--- Toolbar Field
                        storeSt2.getAt(i).set('b', App.def.getValue()); <-- Formpanel Field
                    }
    Also the formpanel fields are populated from the controller no problem with

    X.GetCmp<TextField>(def).Text = "some value";
    Regards
    Last edited by Baidaly; Mar 18, 2013 at 9:28 PM. Reason: [CLOSED]
  2. #2
    Hello!

    Unfortunately, in this case we cannot say where is your problem without sample. Did you try to debug and look what's going on?
  3. #3
    solved it, note to self when referencing a store to update a value in this way, use the column model name NOT the ID....
  4. #4
    Thank you for update!

Similar Threads

  1. [CLOSED] Strange Issue with modal window in IE
    By CarWise in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Nov 16, 2012, 10:47 AM
  2. [CLOSED] Rendering dropdownlists IE9. Strange issue
    By CarWise in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Dec 12, 2011, 2:48 PM
  3. [CLOSED] Strange issue window from desktopwindow
    By CarWise in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Oct 01, 2010, 2:11 PM
  4. [CLOSED] Strange button not visible issue
    By Hari_CSC in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 17, 2010, 10:20 PM
  5. [CLOSED] Help to solve strange issue
    By turione in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 08, 2010, 7:24 AM

Tags for this Thread

Posting Permissions