Search Results

Type: Posts; User: bayoglu

Page 1 of 12 1 2 3 4
Search took 0.02 seconds.
  1. QueryDelay property of ComboBox is what I needed. For whom that may need it...
    Please close if you wish.
  2. First, hi again!

    I'm using an AjaxProxy to search a ComboBox's input and display results. When I use client side listeners, using the Buffer property of the Change listener to control firing of...
  3. Hello @Daniil,

    You are right, the built-in function is fine. Please mark as closed.
  4. Hello,

    I was using the below override code to sort a store (locally) by multiple fields however it throws an error when I try with v2. How can I sort the store by multiple fields with the latest...
  5. Hi Daniil, sorry that I could not find time for a test case. I will pop it up when I can. Thanks anyway.
  6. Hello guys,

    It has been a long time since my last post about chart controls (;

    I am facing an issue about how the charts look in IE 10 browser. Chart series and axes labels look blur / fuzzy in...
  7. Hello,

    I want to disable combobox change listener conditionally (return false/true if there was a before change event handler). I could not see BeforeChange event handler, nor before attribute for...
  8. Both issues are solved, many thanks for quick response. Please mark as closed.
  9. Thanks for quick response, issue solved. Please mark as closed.
  10. Thank you @Daniil.
    Well, the problem gets bigger as we solve (;

    Even if the BeforeBind returns false, ComponentColumn's edit event is fired and the record's value related to the component column...
  11. Thanks @Daniil, waiting for the second issue. I am sure you will get over it quickly. Well the fact is that, when you say error is @ ExtJS, I strongly hope there is a workaround without waiting ExtJS...
  12. Hello,

    When a component column of a grid is hidden during page load, it causes javascript error @ the second item mouse over. If the column is not hidden during page load but than hidden @client...
  13. Hello @Daniil,

    Yes I know the build numbers are not informative for you, comes from copy/paste. The build was from the SVN trunk but a month ago. I will update to the latest version and it will...
  14. Hello,

    I went through the threat you suggested. In the bind listener when I call cmp.hide(), it also hides the value.The same problem was also reported in that threat. As an answer Daniil posted a...
  15. Hello,

    Below are the screen shots from IE10 and Chrome; and code producing the images.
    I am using ext.net build 2.2.0.38651
    Thanks.

    IE10:
    6409

    Chrome:
  16. Hello,

    I am using component column editor for grid panel. For some reason I need to disable editing of the whole grid panel conditionally. How can I ensure component columns are not editable? I...
  17. Hello @Daniil,

    Thanks for your support.

    For case-1, using negative value for AnchorVertical make the vertical scroll bar disappear but the page still reserves space for the scroll bar so the...
  18. Thanks @Daniil. Issue solved, please mark as closed.
  19. Hi Daniil,

    Thanks for the shortcut. You saved an extra custom config for me (; Please mark as closed.
  20. Hello,

    I am getting unnecessary scroll bars probably because of layout misconfiguration. Below is a simplified code.

    main.aspx


    <%@ Page Language="C#" %>
    <%@ Register Assembly="Ext.Net"...
  21. Hello Daniil, thanks for your support. I already tried .Redraw() with no change. I could make it work as below. Do you have a suggestion on this?

    Thanks.



    if...
  22. Hello,

    I am using custom color set for charts and setting them as below in code behind. MyColorSet is array of strings.



    (MyChart.Series[0] as PieSeries).ColorSet = MyColorSet;


    Above...
  23. Hello,

    I am loading aspx pages in dynamically created (tab) panel's content as below:



    NewPanel.Loader = new ComponentLoader
    {
    ...
  24. Thanks Daniil, issue solved. Please mark as closed.
  25. Hello,

    For a known reason, I have to set a radar chart's store data as "MyStore.Data=ChartData" instead of MyStore.DataSource = ChartData; MyStore.DataBind(). (Otherwise radar axis disappears,...
Results 1 to 25 of 298
Page 1 of 12 1 2 3 4