Search Results

Type: Posts; User: norphos

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. Hi,

    im trying to export data that has been filtered using gridfilters. Seems like i cant retrieve the paramprefix to do the job. Heres my code below. Would appreciate if someone could help.


    ...
  2. Hi,

    I have a page that consist of multiple panels that are made up with usercontrols and autoload panel "pMain".

    i am trying to redirect the Entire webpage to the login screen using the...
  3. resolved by switch from listview to gridpanel
  4. Hi,

    how can i reset my listview scroll bar to the top everytime i navigate to another page using the pagingtoolbar?

    thanks.
  5. Hi,

    is there a way i can clear all listview displayed rows before a row is expanded in a gridpanel?

    <DirectEvents>

    <BeforeExpand OnEvent="BeforeExpand">

    <EventMask ShowMask="true" />
  6. Hi All,

    I have a combo box as an editor in a gridanel. im wondering if it is possible to fire a server side code and send the selected row ID to the serverside method when i click on the combobox,...
  7. Hi,

    Is there a way to redirect the entire page but not the frame itself?

    I'm currently using ExtNet.Redirect("something.aspx") within an iframe panel.

    Thanks
  8. Resolved. change centre to north, south to centre
  9. Hi,

    i am using border layout with a <center> and <south>. i have split and collapsible property set to true for my south panel and a height of 450.

    When i switch to a lower resolution, the...
  10. Thread: mask delay

    by norphos
    When I click on a link with masking, When loading speed is fast, I will see something flashing on the screen really fast which seems weird to the user. If I take out the mask, when connection is...
  11. Thread: mask delay

    by norphos
    is there anyway i can set my mask delay on the sever side in my codes below?

    Thanks.


    Ext.Net.Panel panel = (Ext.Net.Panel)ExtNet.GetCmp("pMain");
    panel.AutoLoad.Mode =...
  12. hi,

    i have a date field and with the format set to "dd/mm/yyyy".

    while i still want to be able to key in my date format in dd/mm/yyyy, is it possible to display the entered date in another...
  13. Thread: ie 7 layout

    by norphos
    i replaced my code for the column layout and it works fine now. thanks for your help.
  14. Thread: ie 7 layout

    by norphos
    Hi, how about column layout? it seems like the button is out of place
  15. Thread: ie 7 layout

    by norphos
    heres the code


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



    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    ...
  16. Hi,

    I am executing a code that send emails out. it seems like occasionally, the eventmask will load for a very long time and a transaction timeout occur while sometimes, execution completed very...
  17. wrong post
  18. Thread: ie 7 layout

    by norphos
    Hi,

    I noticed that the fieldlabel in ie7 looks out of place.

    Any idea how i can resolve this issue?
  19. hi, i am trying to redirect the entire page instead of only the page within the iframe. Is there anyway to do this?

    im using ext.net.redirect("test.aspx") in my iframe page.

    Thanks
  20. Hi,

    I have a listener that will show a mask upon clicking on a menuitem. While there's no problem with the mask, when my page within an iframe finish loading, it does not hide the mask. is there...
  21. resolved the problem by checking for ajaxrequest before rebinding the combobox at page load
  22. Hi,

    i noticed that whenever i select an item from my combobox which triggers a serverside event, the combox box will automatically reopen my itself. is there anyway i can prevent that?

    Regards,...
  23. Hi guys,

    i have set my gridpanel cls as ".x-grid3-row td" where i increase the font size of the td.

    While the font size did increase, the column width did not, therefore some portion of the...
  24. resolved by making use of a hidden value
  25. Hi,

    Im trying to pass my selected row record id to a directmethod "approveOrder" when i click on a button which is under RowExpander component but i keep receiving null values. any idea how i can...
Results 1 to 25 of 51
Page 1 of 3 1 2 3