Search Results

Type: Posts; User: yash.kapoor

Page 1 of 9 1 2 3 4
Search took 0.02 seconds.
  1. Hi,

    In Ext V1, I am destroying the grid and store by using the below code


    grid.store.destroy();
    grid.destroy();

    But in Ext V2, the definition of the destroy method is changed.
  2. We can use FieldCls attribute for changing the width of combobox.

    [Resolved]

    Thanks...
  3. Hi - Please tell the solution you have made. I am also getting this issue. Please tell the solution pragmatically(by code).

    Thanks
  4. http://forums.ext.net/showthread.php?21441-CLOSED-How-to-create-via-Ext-js-a-draggable-panel
  5. <ext:CheckboxSelectionModel runat="server">
    <Listeners>
    <BeforeCheckAllClick Handler="alert('BeforeCheckAllClick');" />
    <AfterCheckAllClick...
  6. Any update...
  7. Any Update...
  8. Hi,

    I am dragging a panel. First time, dragging is working fine. but after that it is not working.


    <ext:Panel ID="Panel1"
    runat="server"
    Title="Drag Me Too"
    ...
  9. Hi,

    Html Editor note attribute is not working. Any idea, Why?


    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="HtmlEditoraspx.aspx.cs" Inherits="HtmlEditoraspx" %>

    <!DOCTYPE html...
  10. When clicking on the button. beforeload and load listeners are not firing. Also i have used autoload to false.
    Here is the example:-



    <%@ Page Language="C#" AutoEventWireup="true"...
  11. Diff between OnClick, OnDirectClick

    DIrectEvent => click

    Listener => click

    Thanks
  12. Use Validations instead .AllowBlank property


    I don't think there is any attribute called validations.

    Thanks
  13. Yes,

    Thanks! It's working correctly.
  14. Hi,

    you have given the example:=


    serControl uc = (MyUserControl)LoadControl(MyUserControl.uc);
    SomeExtNetContainer.ContentControls.Add(uc);
    SomeExtNetContainer.UpdateContent();

    at link:
  15. Yes give any example of client side.

    Thanks
  16. Any Update??
  17. Nagesh,

    Still searching for this. You have to search for this.
  18. <head runat="server">
    <title></title>
    <style type="text/css">
    .x-field-note
    {
    position: absolute;
    }
    </style>
    </head>
    <body>
  19. Hi,

    How to get the selected shortcut desktop module Id.

    Thanks
  20. Hi Nagesh,

    Here is the code for removing desktop shortcut.


    <ext:ResourceManager runat="server" />
    <ext:Desktop runat="server" ID="Desktop1">
    <DesktopConfig>
    ...
  21. Ext.net.DirectMethods.CommitDelete(); Replace with Test.CommitDelete();

    if you are using
    <ext:ResourceManager runat="server" DirectMethodNamespace="Test" />

    Thanks
  22. Hi Vaishali,

    you have to define DirectMethodNamespace.

    For eg.

    <ext:ResourceManager runat="server" DirectMethodNamespace="Test" />

    Also you have to modify the following:-
  23. Please see the following link:-

    https://examples2.ext.net/#/Events/DirectMethods/Overview/

    Hope this helps you....
  24. Here are the two samples:-

    Ext1 View

    5378

    Ext2 View
    5379

    Why this space is coming.
  25. 5377

    This space is not visible in ExtV1.
Results 1 to 25 of 222
Page 1 of 9 1 2 3 4