Search Results

Type: Posts; User: posser

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Hello

    Does anyone know how to disable auto format in property values?
    I would like to show Time value as string, for instance: "12:00".
    It is automatically formatted to a date value.

    Thanks.
  2. Hello

    Given the example "Grid with AutoSave", I changed it a little bit to have a new field "country" that bind to a combobox in the user form. The fact is that i'm not being able to load the...
  3. Thank you guys!
  4. Hi everyone!

    I would like to know how can I create new a thread to execute slow tasks and handle a callback.
    In the example below I have 3 buttons, the first do a slow task in the main thread,...
  5. Thanks, it works nows!
  6. Hi everyone

    I'm facing a top bar layout issue when trying to specify a datefield width, no matter what size it has. If either width attribute or right buttons configuration are removed, top bar...
  7. I've a viewport built in code behind that render tabs holding other child page. I would like to refresh my tree in the parent page. I was taking a look at this example...
  8. It's working great.

    Thanks a lot!
  9. Hello

    I would like to know if there is a way (maybe handling in the client side) to make dirty cells appears in bold or at least that red triangle. I intend to alert user which properties have...
  10. I would like to save only those new values in my gridpanel property.

    Having the example bellow, I tried to check param.IsChanged property, but if one parameter of data source is changed, all...
  11. All right Dannil, I realized that an individual login page will be my approach. Thanks for help.
  12. Danill

    Actually when I said entirely white I mean really white, not modal set to false. I intend to use this windows like a login component that does not show page content to anonymous users.
    ...
  13. Having this example bellow, how is the easiest way to change the page background to become entirely white instead of this default gray? I would like this behavior applied only in this particulary...
  14. That workaround works well for me, thanks.
  15. Hello guys

    I'm having a little issue rendering certain pages because they are entire blank only when using IE7. I took one of this pages and reduce it to a minimun code that could reproduce the...
  16. Hello guys!

    Does anybody knows how could I show some modal dialog form from my Global.asax method "Application_BeginRequest". I intend to check some condition on every request and if it's...
  17. Alright, thank you everybody!
  18. I'm trying to figure out which layout I should use to align those two text fields in the center of my panel.

    I checked this link https://examples2.ext.net/#/Layout/FormLayout/Overview/, but I did...
  19. Understood Vladimir.

    Using your approach, I would like to aligns some form fields to the center. But I'm not being able to do it. Is it possible to use a diferent layout inside another layout?
    ...
  20. Thanks, it helps.

    But I'm still a little confused why we had to create those five empty containers.
    It looks like each container must be placed in one corner of the screen in order to our content...
  21. I'm trying to follow this example https://examples2.ext.net/#/Layout/CardLayout/Basic/, but how to put in the center of a page?



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

    <%@ Register Assembly="Ext.Net"...
  22. Thank you Daniil, it's working now.
  23. Hello

    I'm trying to use Basic Pie Chart in ASP.net page (attached is my sample code) but after executing the page only thing I can see is the legends and a very tiny piece of something that does...
  24. I found the problem:

    change:


    readerChart.Fields.Add(tb.Columns[i].ColumnName, this.MappingType(tb.Columns[i].DataType));
    Serieslist.Add(new ColumnSeries { Highlight = true, XField = new...
  25. I'm trying to to build both grid and chart depends from DataTable data. I followed this thread and it's working well for grid but no for chart because it's being rendering empty. Something is wrong...
Results 1 to 25 of 32
Page 1 of 2 1 2