[CLOSED] Fields Client Side rendering

  1. #1

    [CLOSED] Fields Client Side rendering

    Hello

    I have a problem how the field client "ID" is rendered on Ext version 2.x

    On 1.x version, Client side ID is renderd as
    "MainContent_ifsDescFld"

    On 2.x, same field is renderd as

    "App.ctl00_MainContent_ifsDescFld"

    My Spellchecker (RapidSpellweb) is not working on 2.x,
    Is there a quick fix to make the 2.x fields render same as on 1.x.


    Advise...
    Last edited by Daniil; Jan 24, 2014 at 3:47 AM. Reason: [CLOSED]
  2. #2
    Hello,

    You can set .Namespace="" on the ResourceManager or <extnet namespace="" /> in the Web.config to override the default "App" namespace.

    That said, we do recommend leaving as "App" or changing to something like your project ("MyApp") or company name ("CompanyX"), but not completely removing.

    Hope this helps.
    Last edited by geoffrey.mcgill; Jan 17, 2014 at 7:11 PM.
    Geoffrey McGill
    Founder
  3. #3
    Quote Originally Posted by geoffrey.mcgill View Post
    Hello,

    You can set .Namespace="" on the ResourceManager or <extnet namespace="" /> in the Web.config to override the default "App" namespace.

    That said, we do recommend leaving as "App" or changing to something like your project ("MyApp") or company name ("CompanyX"), but not completely removing.

    Hope this helps.
    Changing the NameSpace="" with get rid of "App", but how abt the "ct100_"??
  4. #4
    Quote Originally Posted by ndotis View Post
    Changing the NameSpace="" with get rid of "App", but how abt the "ct100_"??
    The "ctl00_" is not added by Ext.NET, and theoretically should be the same value in both 1.x and 2.x, if the page/control structure is the same in both apps.

    If I was to guess, I would say your Page structure has changed since upgrading and you're now using a MasterPage in your project.
    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] How can I change fields inside <ItemTpl> in client side
    By crsodre in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 17, 2013, 9:16 PM
  2. Replies: 17
    Last Post: Dec 29, 2012, 6:25 AM
  3. Replies: 8
    Last Post: Dec 10, 2010, 9:21 AM
  4. Replies: 1
    Last Post: Dec 01, 2010, 5:14 PM
  5. Replies: 0
    Last Post: Sep 17, 2009, 8:04 AM

Posting Permissions