Search Results

Type: Posts; User: gokcemutlu

Page 1 of 6 1 2 3 4
Search took 0.01 seconds.
  1. Hello,

    I have a grid and checkbox columns in it. The data has complex objects so I have to use render function and for checkbox columns I return back true or false. The problem is when the grid is...
  2. The problem was in web.config.

    <add path="*/ext.axd" verb="*" type="Ext.Net.ResourceHandler" validate="false" />

    ResourceHandler was ResourceManager and that was the problem. While converting...
  3. Hello,

    I'm using the build, 1.0.0.19414. I used to able to show icons with 8.2 but now the same script works in debug mode but doesn't work when I deploy it to IIS (6.0).

    Below is the script...
  4. Can you please send me your example so I can check what is the difference?

    No matter what I try I cannot make it visible using the row's own index.

    Thanks.
  5. Hello,

    Thanks for the reply. It works somehow but not as I wanted. The selected row is not really visible. I checked that there is a focusCell function as well. In that one you can pass true for...
  6. Hello,

    I have a question. I want to select a row in the grid and set the pointer on that row, meaning; if there is a scroll bar and the selected item is not visible, I want it to be scrolled...
  7. You're a hero! Thanks a lot.
  8. Hello,

    I get an "syntax error" message in the below code. I don't understabd why and I cannot reproduce the error.

    Can you please help?


    ...
  9. Thanks! :)
  10. However it doesn't work.

    Previously I was using and it works as below:



    <ext:ResourceManager ID="ResourceManager1" runat="server" Theme="Gray" AjaxViewStateMode="Enabled">
    ...
  11. Ok, I think I found: Ext.Ajax.timeout
  12. Hello,

    What is the equivalent of AjaxEvent.timeout ?

    Thanks,
  13. Can you please add this fix for firefox as well?

    IE8 works fine but the first time at firefox it doesn't render the panel body but when I collapse and expand it renders ...
  14. Hello,

    That fixes the problem. I have viewport but in the master page but I didn't put here for the example because the error was not related to it.

    Thanks
  15. Hello,

    The below code doesn't get rendered.




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

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
  16. Thanks.
  17. Hello,

    I have a control in a page and when the page is loaded, it's visible. It wasn't at 8.2.

    I have attached a sample.



    <ext:Window ID="ControlWindow"
    runat="server"
  18. Thanks.
  19. Hi,

    Below is a sample how I cannot disable or enable the button 2. It was working fine but not now?



    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs"...
  20. well, since it's a client side problem, it's not important if i turn it off or on. the users of my application will have to do that and there's no way to tell such a thing.

    thanks anyway.
  21. it's not inside. It's outside the grid. there's only one combo box in the sample which is above the grid and it's arrow button is a little bit below than the text box part.

    it only happens in IE....
  22. Ok, - + signs were my mistake. I didn't add them to windows array so the length was always 0.

    For combobox problem, I have attached a sample.
  23. Ok, let do one by one:

    Row Expander; I already do that after looking at your examples.

    inside main grid


    <View>
    <ext:GridView...
  24. Adding it solved that problem. However I do have some others. There are 2 visual problems and one of them related to row expander. When I change selection rows get collapsed but the "-" sign does not...
  25. Hi,

    I have enclosed an example.

    When I double click on a row of a grid inside row expander I get error.

    Why is this?

    Thanks.
Results 1 to 25 of 126
Page 1 of 6 1 2 3 4