Store not working with TagField

  1. #1

    Store not working with TagField

    <ext:TagField
    ID="tagField" ViewStateMode="Disabled"
    runat="server" StoreID="storeTags"
    Width="500" DisplayField="Subject" ValueField="id"
    TypeAhead="true" Region="Center"
    EmptyText="[Add tags]">
    </ext:TagField>
    Above code not rendering, giving blank page.

    I need to use StoreID, but unable to do that.
  2. #2
  3. #3
    Quote Originally Posted by Daniil View Post

    Thanks for the update. I am using NuGet Package, which means I am unable to edit JS file.

    I guess, I need to wait till next release.
    Any idea when it will be available ?
  4. #4
    Quote Originally Posted by GKG4 View Post
    Thanks for the update. I am using NuGet Package, which means I am unable to edit JS file.
    You can. Just put the override script into the page's <head>.

    Quote Originally Posted by GKG4 View Post
    I guess, I need to wait till next release.
    Any idea when it will be available ?
    It is planned for Q1 2014.
  5. #5
    Quote Originally Posted by Daniil View Post
    You can. Just put the override script into the page's <head>.
    Umm... override script ??
    Never read about it, is it possible for you to provide me a link on how to do it ?

    Thanks :)
  6. #6
    Here you are.

    Ext.net.TagField.override({
        initTagsStore: function() {
            // the code
        }
    });

Similar Threads

  1. [CLOSED] TagField and Default button in FormField
    By sbg in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 05, 2014, 3:34 AM
  2. Replies: 3
    Last Post: Jan 31, 2014, 5:06 AM
  3. [CLOSED] TagField shape of the header of the combo changed
    By FpNetWorth in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jan 21, 2014, 11:20 AM
  4. [CLOSED] Simple Tagfield from Codebehind.
    By waxby in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 06, 2014, 2:51 PM
  5. Replies: 2
    Last Post: Oct 25, 2013, 2:49 AM

Tags for this Thread

Posting Permissions