Search Results

Type: Posts; User: retto

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. I want apply opacity to window if mouse over it (through css). If I set to any of *Cls properties my css style it doesn't work.
    any help would be great!
  2. could you please suggest workaround? I have a lot of problem because of this error.
  3. also got javascript exception in grid while sorting.
    steps to reproduce:
    1) select second row
    2) sort by Column1
    3) select first row
    4) sort Column3 twice... js exception



    <%@ Page...
  4. also removing field from store doesn't work, got javascrit error

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

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>

    <!DOCTYPE html>
    <html>
    ...
  5. Vladimir, thanks, I'll waiting.
  6. OK, I'll change column model.



    Nothing happens when I click on the button (IE, FF, Chrome, Ext.Net 2.2.0.40838)
  7. Hi all!

    I have lockable gridPanel with a few locked columns. I need to add new unlocked column to grid but it's doesn't work, the column is added only if is locked=true.
    And I have another one...
  8. Hi Baidaly,

    Yeah, I was making like you suggested with early Ext.Net version and was hoping that this feature implemented in new version. So, thanks.
  9. Hi!

    I've a gridPanel with a lot of column and I need lock two columns on the left side and one column on the right side of grid.
    I know how is to do separately: only left-align locking or...
  10. Hi,

    I have button with size 32x32 with icon and without text, and I can't find way to align icon by center. Any suggestions?
  11. I prepared sample, used with Ext.Net 2.2.0.40838.
    Steps to reproduce:
    1) select first row in grid
    2) scroll a grid to bottom
    3) ... scroll is jumping to selected row.



    <%@ Page...
  12. Hi again!

    I've another one problem with scrollbar, I make store.filterBy periodically. To prevent scroll jump I set gridpanel.InvalidateScrollerOnRefresh="False". Works fine but if select row in...
  13. Hi,

    how can update prependText in CycleButton via javascript? I set value to prependText but nothing changed.

    I found solution, I just update text of CycleButton depending on active item.
  14. I think it's problem with Ext.Net 2.2.0 because with Ext.Net 2.1.1 your sample works correct but not with 2.2.0
  15. It's very strange. I copied your code and changed Height -> MaxHeight and scroll is going up after update (Chrome, IE9)
    I use Ext.Net 2.2.0.40838. Do you have any suggestions why it happens?

    Or...
  16. Hi Daniil,

    Yes, your example work as I need. The only one difference with my code that my GridPanel has MaxHeight property (set MaxHeight in your sample and you'll see how scroll going up). It's...
  17. Hi,

    I have GridPanel with fixed height with periodically data updating:


    this.record.set('field_name', value);

    after this code scroll resets to top of grid.

    PreserveScrollOnRefresh and...
  18. Hi Daniil,
    Thanks, it's works.
  19. Hi,

    I found error when using CycleButton with Menu that contains MenuSeparator. Just click twice on button and you'll see error in javascript.


    <ext:CycleButton ID="CycleButton1"...
  20. Hi,

    I have some javascript code for ext.net ver. 1.6 and I use gridPanel.getColumnModel() to get column model and calculate some data depended from columns size etc. After upgrade ext.net to...
  21. Hi,

    I'm try publish (to filesystem) web project ,but received error message:
    Copying file References\Ext.Net.UX.dll to obj\Release\Package\PackageTmp\References\Ext.Net.UX.dll failed. Could not...
  22. Hi everyone,

    I have a few fields (DateField, TimeField, etc.) and I need call onTriggerClick() if user click on input data field part. in listeners no events with mouse action, only IconClick,...
  23. I found some solution, after change html template must call tpl.compile()
  24. Hi,

    I have a DataView with template and I want to modify template html and override with new data after.
    I found tpl.html property but it's not impact by render xtemplate, old template still...
  25. latest source code available for license with premium support , correct? And after I will buy license I can get latest version from SVN before release?

    Regards, Alex
Results 1 to 25 of 34
Page 1 of 2 1 2