Search Results

Type: Posts; User: PetrSnobelt

Page 1 of 4 1 2 3 4
Search took 0.01 seconds.
  1. I use DateFormat="c"
  2. I solved it using



    DateFormat="c"
  3. On sample page
    https://examples2.ext.net/#/MessageBox/Notification/Overview/
    when I press multiple times show bottom right, I can read all messages.
    But when I press show top right I can read...
  4. Hi,
    I'd like to format number with optional number at end. In .net i can use "0.00#"
    For example:

    123.45 or 123.450000 will be rendered as 123.45
    but
    123.456 will be rendered as 123.456

    I...
  5. I would like to minify and bundle my own javascripts
  6. Is there any bundling and minification support in ext.net or should I use standard asp.net bundling and minification?

    Thanks
  7. I try it on https://examples2.ext.net/#/Form/ComboBox/MultiCombo/ with Chrome 26.0.1410.64 m
  8. 2 Samples:

    * Click on first combo then press tab - in chrome it unselect second item
    * On second combo I press down arrow move to checked item and press enter, but item is not unselected
  9. Thank you for clarification.
  10. I have problem with multicombo - When I select item(s) and then press tab to move to another field selected items disappear.

    When I try control Multicombo example by keyboard it sometimes don't...
  11. Hello,

    I found ValidationGroup property on fields and buttons, but it looks like it is not working. Is there any example how to use it?

    BTW: I cant find ValidationGroup in sencha api, is it...
  12. Hi,
    I need print content of grid (which contains grouping and grouping summary).
    I create separate page with grid, but I have problem - it prints only content which is visible on screen, and I...
  13. Hi,
    it looks like Rowbody feature (from gridpanel) example is removed from examples, is there any reason for it?

    Thank you
  14. Hi, I use grids with lot of number columns, and I usually set aligment to right using aligment property.

    Is there any way how to set default aligment to number and datecolumn to right?

    I try...
  15. Hi I need both grouping summary and summary in many gridpanels.
    I found example in explorer https://examples2.ext.net/#/GridPanel/Miscellaneous/Grouping_TotalRow/
    But its code is not very...
  16. I think the main reason why community edition users don't contribute is that they can not (or don't know how).
    Demos and source codes on github (which is by the way now closed!) are obsolete, so...
  17. I add suport for GridFilters, if anyone is interested.

    Markup


    <ext:GridFilters runat="server" ParamPrefix="$filter">
    <Filters>
    ...
  18. Thank you, I solve it using following code. It works fantastic with webapi :-)



    public class OdataProxy : Ext.Net.AjaxProxy
    {
    [Ext.Net.ConfigOption]
    ...
  19. Hello, I found Odata proxy project
    http://www.sencha.com/forum/showthread.php?194911-OData-proxy-for-ExtJS-4.1

    But I don't know how to use it.

    Should I create my own proxy, or there is...
  20. Hello I'm looking for control, which allow select multiple values like MultiCombo, but allow keyboard control and adding new values

    I found BoxSelect...
  21. When I use webapi to return Datetime.Now it return it with this format:
    "ConfirmationDate":"2012-12-04T13:51:43.673"
    And miliseconds cause troubles when I try use it as json in gridpanel.

    Is...
  22. Is it possible to use Sencha MVC (http://www.sencha.com/learn/architecting-your-app-in-ext-js-4-part-1) with ext.net? If so is there any example?

    Thanks
  23. Hi,
    I have timefield it display it's value correctly, but when user click on dropdown icon, it's value is not correctly set.

    Here is modified autosave example:



    <%@ Page Language="C#" %>...
  24. I think it's breaking change between 2.0 and 2.1 ...
  25. Thanks,
    should I override onErrors or getRawValue (from http://forums.ext.net/showthread.php?22475-CLOSED-slider-in-a-formpanel)
Results 1 to 25 of 91
Page 1 of 4 1 2 3 4