Search Results

Type: Posts; User: snow_cap

Page 1 of 4 1 2 3 4
Search took 0.01 seconds.
  1. No, they aren't the same, i want when the user check the checkbox to set a HiddenField to true, then on click i want get the HiddenField value.
    now if i click the menu it will always check the...
  2. Hi,

    is it possible use CheckMenuItem and prevent the click event to be fired on check/uncheck ?
    here is my case:

    <ext:CheckMenuItem ID="GenerateSingle" runat="server" Text="Generate Single"...
  3. Hello,

    i don't know if it's already reported, I've searched the forum and i didn't find anything, however please try to open this Ext.Net Examples link with IE 10 then drag and drop some files and...
  4. Ext Notification is unstable, that's why sometimes on close will throw exceptions, sometimes will not, and on show 80% will be okay and 20% will throw exceptions; even i tried to put setTimeout for...
  5. thank you, it worked
  6. it worked when loading the notification window, but when we click the close button it throw js exception : Ext is undefined, i think it's from the animation,can we just destroy the window to solve it?
  7. it worked. thank you
  8. Hello,

    we need to use Ext Notification, so any new idea will be appreciated.
    the main idea that the notification content must be processed on another web form for performance benefit.
    we used to...
  9. Hello,
    we have problem with user control viewstate in Ext 2.5.2, it get lost with DirectMethod call.
    below are our test case:
    user control :

    <%@ Control Language="C#" %>
    <script...
  10. Hello again,
    Unfortunately it didn't worked with all IE versions, it throw js exception but finally will load successfully the page.
    below the updated code behind:

    Ext.Net.Notification.Show(new...
  11. Thank you it worked.
    ToolbarOverflow.aspx it's just a test page, in fact we use another webform that bind data to Store.

    Thank you again.
  12. Hello,
    first sorry for that, and here the test case again:


    <%@ Page Language="C#" %>

    <!DOCTYPE html>

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
  13. Hello,
    we want to show an Ext notification from code behind with content= another web form, for that we use below:

    Ext.Net.Notification.Show(new Ext.Net.NotificationConfig
    {
    ...
  14. Hello,
    below a simple aspx page:

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

    <!DOCTYPE html>
    ...
  15. Hello,
    my problem is that i want to color the rowBody (or RwoWrap) as well, in Ext 1.x we used to use GroupingView with

    <GetRowClass Handler="GetRowClass(rowParams,record)" />

    function...
  16. Hello,

    we have another issue with IE 10 only, in the South Region we have a panel with a loader.
    if we click on it,it will be expanded or collapsed and throw unlimited js errors; but if we click...
  17. Hello,
    we use Ext RowWrap Feature with GridPanel, but it cause GridView StripeRows option to be disabled, so how to keep GridView StripeRows with RowWrap? (RowExpander.png show our gridPanel)...
  18. Hello,

    we use Print button to print the gridPanel (this.up('grid').print();) but when we've added FilterHeader , the print only show the grid RowBody and all column values are empty.
    if we...
  19. Thank you, it worked.
  20. Hello,
    Test Example with RTL="true",if RTL="false" it will work.

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

    <!DOCTYPE html>
    ...
  21. Hello,

    ext Slider with RTL don't work (we use ext 2.5.2)

    Slider tip remains LTR
    On SliderTip hover we see NaN instead of '0'
    if we try to use it, it throw client side exception...
  22. Hi,

    i removed Constrain="true" and i used .center() method to resolve the window overlap problem.

    thank you for your help.
  23. Thanks, it worked, but the main reason that i removed FitLayout is: we have in the user control an ext window, and we need it to open in the main page not fitted in the user control, is there a way...
  24. Hello,
    we have a problem when we have multiple b uttons in a toolbar with EnableOverflow="true" , the Click handler will stop working in the automatically hidden buttons in the toolbar.

    here a...
  25. Hello,

    this is the test user control with a test web form

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

    <%@...
Results 1 to 25 of 92
Page 1 of 4 1 2 3 4