Search Results

Type: Posts; User: Roomy

Search took 0.01 seconds.
  1. I have try to get xPath notation from ext.net controls but unable to find them from the rendered page. Specially in the case of table tag and other control generated from ext controls.
  2. Hi,

    I have implement a grid with filter. Here I have tabs and the grid load the value according to tab which is also filter data accordingly. for example,
    I have two tabs one for amount $2000...
  3. Yes I try with that but it does't work for me.
  4. I have the same issue with ConstrainPosition="true". Tooltip get cut in some cases specialy when auto generated container is smaller then tooltip.
    please go through the image.
  5. hi,

    Will you suggest any other solution for that?

    Thanks,
  6. Now its is available or not?
  7. Ext.Net 2.2.0 show a warning message on load aspx page.

    I found that this message problem is shorted out in sencha 4.2.1.
    But I use Ext.Net latest version and suffering with same problem.
    ...
  8. I have the same problem in rendering controls.
  9. CSS:


    .x-grid-cell-inner
    {
    vertical-align: middle;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    padding: 0px 0px 0px 5px;
    white-space: normal;
  10. thanks its great...
  11. I have the same issue. I try "white-space:normal;".
    But if Hideable = "true" for columns and try to Hide them on UI, the height of row increase.
    And the grid became ugly.
    I have ext.net 2V.
  12. I want to upgreade my application from extjs V1.3 to V4.2. and EXT.NET V2.0.

    Here I face the problem with changing log not available in between these Versions.

    Please tell me where I got the...
  13. Yes, you are correct. But its works fine in V1.X.
    But my last used ext.net dll are not able to perform in IE9/10.
    Thats while I am working to change my code according to V2.X.
    and its a problem...
  14. thanks for ans.
    Yes, its look fine in compatibility mode off.
  15. I have the same problem with IE 8/9/10 in compatibility mode it hide controls. Its works and visable in normal mode.
    it show few textfields in compatibility mode but hide few... its really strange.
  16. I use mask functionality on complete page when Open a new window(ext.window) . But on window
    Collaps masked page keep masked but all control works as same like button click, tabkey etc.
    I want to...
  17. thanks it works on load, but on HeaderClick its failed. :(
  18. there is autofocus works on grid when I use selectAll.
  19. getHeaderCell function works with 1.x but what I do with 2.X.

    to get childNodes[0].
  20. On header click even gridpanel move to bottom with code line (Ext.Net grid panel, Extjs4)

    grid.selectAll();
    grid.select(Condition);

    it focus each one by one and move to bottom. I use a custom...
  21. How to get the childnode in extjs 4 and Ext.net?

    Ext.get(#{grdForms}.getView().getHeaderCell(0).childNodes[0])

    return undefined.
Results 1 to 21 of 21