Search Results

Type: Posts; User: stupp

Search took 0.02 seconds.
  1. My sample:


    <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Test.aspx.vb" Inherits="Test" ValidateRequest="false"%>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext"...
  2. Hi,

    I have changed my widget column to a component column because of your hint in the thread Different options per record in a splitButton widget.
    It works pretty good, but I have to add a...
  3. @fabricio.murta: I updated to 3.3.0 and now it works!

    Thank's for your support!

    The Thread can be closed.
  4. I'm using
    Ext.net Version: 3.2.1
    and Ext.js version: 5.1.1.451

    maybe this could be the difference.
  5. Hello @fabricio.murta,

    sorry for my late reply.

    I also created a gif:

    https://gph.is/2IZNAUy


    Too bad that you can not reproduce the mistake.
  6. I hope this works


    <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Forum.aspx.vb" Inherits="EMail_Forum" Title="E-Mail" %>

    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">...
  7. Hi everyone,

    I'm getting following Error, when entering an e-mail address to my tag field which is not an item of that tagfield



    It occures if I do the following:
    * Select one entry from...
  8. Hi @fabricio.murta,

    Thanks! That removes the error, but now I'm getting an other error. I removed the "hideSelected"from the code above.
    The new error is


    It occures if I do the following:
    ...
  9. Hi Everyone,

    I have a tagfield like


    <ext:TagField runat="server" ID="TFRecipient" TypeAhead="true" HideSelected="true" FieldLabel="An" Width="650" AllowBlank="false" Padding="5"...
  10. Thanks.
    That work's!
  11. Hello everyone,

    I have a gridpanel with two imagecommandcolumns.
    I just want to show the images, if the row is selected. Otherwise the images should not be shown.

    I found something like

    var...
Results 1 to 11 of 11