Search Results

Type: Posts; User: ddslogistics

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

    Yes all this setup is done. For the same web site, some users have the error and the majority of users have not the error !
    I dont know why !
  2. Hi,

    Some users (less than 1% of users) have the warning with the following message :
    "The web.config file for this project is missing the required DirectRequestModule ..."
    This append after a...
  3. Hi,

    We had purchased Licenses for Ext.NET v1.2 and we have some develpers who has never used Ext.NET before. We would like to know if there are training in Ext.net.

    Do you have any paid...
  4. hi ,

    it's work !

    Thanks for your help.

    Please, mark as solved.
  5. hi,

    I create my class implementer combobox faster with options

    but I encounter the following problem in the display:

    4802

    How to say pagingtoolbar take the size of the combobox?
  6. hi,

    I create my class implementer combobox faster with options

    but I encounter the following problem in the display:

    4799

    How to say pagingtoolbar take the size of the combobox?
  7. hi,

    thank you.

    And i solved the first problem

    New code


    var getOrder = function () {
  8. Finally now putting on another page, it works fine

    and how to convert this into a function to put it in the C # code?

    Call by ExtraParams


    var getOrder = function () {
    var grid...
  9. hi,

    I use this method to save whether the column is visible, its width and order.

    The problem is that the values ​​are the old values.
    I explained

    column 1: hidden: false, width: 100,...
  10. Thank you for that explanation, it allowed me to understand the errors

    and everything works.
    Thank you,

    you can mark as solved.
  11. Hi,

    I realize a new class that inherits from GridPanel, IPostBackDataHandler
    to bring basic functionality without requiring to make copiers paste to another page.

    I try to export the code....
  12. Hi,

    finally, duplicates were my fault.

    Now all i have fix my problem, I can not say for certain what thing did not work directly but now all works.

    I post the complete solution, if it can...
  13. it's works !

    but Now I have duplicates of values that are created when one reaches the minimum size and and it does not properly to indicate the number of page 1/2 etc ....

    maybe, it's...
  14. hi,

    it's change anything.

    maybe , i need to recreate my paging toolbar ? how got in C# , the paging toolbar of combobox for edit the settings ?
  15. hi,

    i find this solution , and it's solved my problem.



    <AutoLoadParams>
    <ext:Parameter Name="start" Value="0" Mode="Raw" />
    <ext:Parameter...
  16. hi,

    It's works !! thank you.

    But I have last problem,
    now i have upgrade ths option of combobox to PageSize="10" and i use KeyUp with filter. (I use filter, because i need to split string)...
  17. Vladimir's suggestion



    <ext:ComboBox ID="test" FieldLabel="auto" DisplayField="Code"
    EnableKeyEvents="true" ItemSelector = "div.search-item" MinChars="1"
    LoadingText = "Searching..."...
  18. Hi,

    yes i have try it, but the pop-up appears with search, but nothing happens.
    Any information are display and this listener use proxy so in finaly, it's use "web service" and i don't want use...
  19. Hi,

    I think I misspoke sorry, what I want to have is this pop-up page without using a "web service", but filling the pop-up with the store.filter.

    Pop-up of search
    4655

    I feed combobox in...
  20. hi,

    I would like to make a combobox research, avoiding the use of a web service by keeping all the pop-ups to display information corresponding to the contents of the combobox.

    Example: List:...
  21. This is exactly what I wanted to know.

    Thanks for your help.

    Please, mark as solved.
  22. Hi Daniil,

    We add columns in this way.


    Column Rank = new Column();
    Rank.Header = "Rank";
    Rank.DataIndex = "Ranking";
    Rank.Width = 35;
    ...
  23. Hello,

    menuItem calls a function in my C # code with DirectMethod.
    The problem is that I lost some of my GridPanel column because they are loaded dynamically.
    So I end up with a...
  24. Hi,

    Thanks for your help.

    Please, mark as solved.
  25. Hi,

    I'm using
    <ext:GridPanel and i trying to add menu in header of column. And my gridpanel is feed with binding.

    I wonder if it is possible to add a menu as "asc accending" but named...
Results 1 to 25 of 62
Page 1 of 3 1 2 3