Search Results

Type: Posts; User: sisa

Page 1 of 9 1 2 3 4
Search took 0.02 seconds.
  1. Well, I'll do this - but how ? Are there any Examples available ?

    Peter
  2. Hi all

    See this Code


    <ext:FormPanel ID="pnlPackaging" runat="server" Header="false" Layout="FitLayout">
    <Items>
    <ext:GridPanel runat="server"...
  3. Thank you for the Idea :-)
  4. I got this Code but can't find the UI ?


    Notification.Show(new NotificationConfig
    {
    Title = notifyTitle,
    AlignCfg = new NotificationAlignConfig
    {
    ...
  5. Good Morning all

    Can I use the UI Feature also on a Notification Pop-Up ?

    Peter
  6. Hi all

    I need to trigger a Grouping Feature in Code Behind.

    I got this Grouping on my GridPanel:

    <Features>
    <ext:Grouping ID="grpDeclaration" runat="server"...
  7. Daniil

    Does the 'DecimalPrecision' property work on NumericFields ?


    <ext:NumberField runat="server" ID="txtNetMass" FieldLabel=" NetMass"...
  8. Good Morning all

    I need to Validate the Input of a NumberField.

    Required: Decimal 12,3

    Id did this :

    NumberField
    MaxLength="12"
  9. Ok, thank you I understand now :-)

    Peter
  10. Thank's Daniil for this...

    Is it possible that the 'loadData' triggers the Prepare Command and the 'dataSource/dataBind' doesn't ?
    I had this while updating an exsting store...

    Peter
  11. Hi all

    Could someone give a brief explanation to me ? What are the differences between



    MyStore.dataSource = someKindOfArray;
    MyStore.dataBind();
  12. Hi Vladimir,

    we use only the "official" binary release available in the downloads and not the source code.
    So at the moment we are using the 2.2.0.40838

    Can you please try with this dll?
    Just...
  13. Thank you Danill.

    I have copied your example in my application and indeed it works, but try to modify the fieldset tag like that:



    <ext:FieldSet ID="FieldSet1" runat="server" Title="Title"...
  14. Hi,

    I have a editable GridPanel inside a FieldSet. It is very simple, the editable column has an editor of type TextField.
    The problem is that the editing doesn't work. Even if I double-click,...
  15. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="FieldSetTestCase.WebForm1" %>

    <!DOCTYPE html>
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head...
  16. Hi Daniil

    I have problems again to set the FieldSet Icon.
    Here is my simple test case :

    The Page


    <%@ Page Title="" Language="C#" MasterPageFile="~/MasterPages/ViewPortSimple.Master"...
  17. thanks, it works
  18. Ok so far ...
    But now, here's the next error (appears in the ext.net library) :


    urlAppend : function(url, string) {
    if (!Ext.isEmpty(string)) {
    return url...
  19. Hi,

    I have an imagecommandcolum with a directevent on the grid.
    If the directevent is fired I need to update the commandimage and disable the command. How can I do that.



    ...
  20. Good Morning all

    I need to load a UserControl (ascx) into a Window.
    I tried to use the Example on your Page - but I had no success :-)
    Here's what I did

    The Client Side call


    function...
  21. Let's try - It's difficult because we use some custom components and user controls, anyway...




    <ext:Container runat="server" Border="false" Layout="Fitlayout">
    <Items>
    ...
  22. Hi all, I need a idea :-)
    We use a ComboBox and a Button placed on a Grid's Toolbar. Based on a selected ComboBox Value the Grid should be Enabled/Disabled and the Button should be Visible or not.
    ...
  23. Good Afternoon all

    I wrote my first ComboBox implementation. The function is quite simple, enter a ZIP code and display the Zip Code formatted as '{ZIP} - {CITY}'.
    Works fine so far. The Search...
  24. Hi Vladimir, i found the problem. After modifying a FieldSetIcon the ReRender was called by a mistake ! That was the Problem.
    Thanks for your attention, you can close this thread.
    Peter
  25. Good Morning every one !
    Since yesterday a nasty error occurs in my Project :-/

    Using my self created combobox on a page causes this error :

    Server Error in '/CUST.Import.View' Application.
    ...
Results 1 to 25 of 205
Page 1 of 9 1 2 3 4