[CLOSED] Scope in Column Renderer is ignored

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Scope in Column Renderer is ignored

    Hi,

    I have found something unusual (or maybe not) ...

    If you want to set Scope of Column Renderer normally you would add it to the Renderer. For some reason that Scope is ignored. I though I have stuck but then tried to put Scope in Column like that:

    <ext:Column
        runat="server"
        Text="MyColumn"
        DataIndex="MyDataIndex"
        Scope="my_scope">
        <Renderer 
            Scope="this_one_is_ignored_even_the_scope_above_is_not_set" 
            Fn="my_scope.my_renderer" />
    </ext:Column>

    and it is working fine. Parameter scope: my_scope is correctly generated in JS.

    Please, let me know if that was intentional or it is a bug.

    Thank you
    Last edited by Daniil; Nov 25, 2014 at 3:09 PM. Reason: [CLOSED]

Similar Threads

  1. [CLOSED] how to use other column's value in renderer listener?
    By hdsoso in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 14, 2013, 4:03 PM
  2. [CLOSED] Column template and renderer
    By marco.morreale in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 03, 2013, 3:12 PM
  3. [CLOSED] when gridpanel column apply renderer.format , renderer.fn not work
    By mis@adphk.com in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 12, 2013, 10:35 AM
  4. Replies: 1
    Last Post: Dec 06, 2012, 3:27 PM
  5. Checkbox Column with Renderer
    By Tbaseflug in forum 1.x Help
    Replies: 5
    Last Post: Jan 13, 2009, 3:05 PM

Tags for this Thread

Posting Permissions