Search Results

Type: Posts; User: pank

Page 1 of 2 1 2
Search took 0.02 seconds.
  1. Thanks
    It works
    Vlad
  2. Hi
    I have window

    <ext:Window ID="win_scheduleAE" runat="server" Icon="User" Title="Add/Edit Schedule" Width="550" Height="497" Resizable="false" Show&#111;nload="False" Closable="True" Frame="True"...
  3. Hi


    I have couple WebUserControls on my application



    <%@ Register src="t/searchA.ascx" tagname="uc_advanced_search" tagprefix="uc15" %>
    <%@ Register src="t/searchA_m.ascx"...
  4. http://99.237.134.247:82/clientmajiccvc/scheduleTest.aspx

    here is entire code for this page :





    <%@ Page Language="C#" %>
  5. Hi.

    I have a problem with FileUploadField. when i set width to it instead of resizing into that width text field becomes 5 pixels wide.






    <ext:Anchor Horizontal="100%">
  6. I try to put FileUploadField in one line with button:


    <ext:Anchor><ext:MultiField ID="MultiField1" runat="server" FieldLabel="">
    <Fields>
    <ext:FileUploadField ID="FileUploadField1"...
  7. unfortunately this doesn't work.
    Because store contains only current page:

    List<object> rangeData = (e.Start < 0 || limit < 0) ? data : data.GetRange(e.Start, limit);
    this.Store2.DataSource =...
  8. Hi
    I have CheckboxSelectionModel on page
    When I click on top checkbox all checkboxes are selected on current page

    Is there way to check all records on all pages by clicking on top check box?
    ...
  9. Hi
    I have CheckboxSelectionModel.
    How can I uncheck checkboxes through AjaxEvents?

    Vlad
  10. 1. You are right. I don't need two models.
    Now it works.
    2. checkboxes works.

    Everything works properly.
  11. 1. when i click on row system get info from db and fill some fields and GridPanes
    when i click on check box it should keep it when i go to ohter pages and can send email to checked clients.
    2. i...
  12. I tried to add two models


    <SelectionModel>
    <ext:CheckboxSelectionModel runat="server" />
    <ext:RowSelectionModel ID="RowSelectionModel1" runat="server" ...
  13. Hi
    I found reason:
    1. too many elements on page
    2. controls like

    <%@ Register src="t/notes.ascx" tagname="client_notes" tagprefix="uc9"%>
    have back effect on main page

    When I removed some...
  14. Hi
    Your example is working properly, but my page is not.

    I send you email with access to my page.
    Can you look at it, please.

    Vlad
  15. Hi
    I use desktop

    On IE8 doesn't work startmenu. IE7/FF everything is OK.

    What problem can be?


    Vlad
  16. 2. This issue from chrome.
    It add some invisible chars which make text visible.
    Client said it is OK for now

    1. But invisible icons
    Can I send you website info by email and you check it in IE6?
  17. 2. It is on all browsers
    It is not always shown
  18. Hi

    I use ImageCommandColumn:


    <ext:ImageCommandColumn>
    <Commands>
    <ext:ImageCommand CommandName="Edit" Icon="TableEdit"></ext:ImageCommand>
    </Commands>
  19. Hi
    Thanks

    I made a liitle different. Instead of expand row I put notes into tooltips.
    It is better for clients:


    function prepare(grid, command, record, row) {
    if...
  20. Hi
    Is it possible to hide/show dynamically ImageCommand?

    Vlad
  21. I have file desktop.aspx.
    and other file

    <%@ Register src="t/notes.ascx" tagname="client_notes" tagprefix="uc9" %>
    in desktop.aspx I have:


    <ext:Button ID="Button2" Text="" runat="server"...
  22. Hi
    I have ImageCommand:


    <ext:ImageCommandColumn>
    <Commands>
    <ext:ImageCommand CommandName="Edit" Icon="TableEdit" Text="Edit Notes">
    <ToolTip...
  23. It works, thanks

    It was different issue
    Vlad
  24. #{HtmlEditor1}.getValue()
    In this case I am getting javascript error
    Object expected
    line 265
    char 67709
  25. I have HtmlEditor1 on my page:


    <ext:Anchor Horizontal="100%">
    <ext:Panel ID="Panel11" runat="server" BodyBorder="False">
    <Body>
    <ext:Panel ID="Panel3" runat="server" Width="610" Height="300"...
Results 1 to 25 of 47
Page 1 of 2 1 2