Search Results

Type: Posts; User: sp00k

Search took 0.01 seconds.
  1. Hi Daniil,

    thanks for the reply.

    first of all i want to say it's not that we want to get rid of the ext.net controls, but we are looking on what controls we do use with the ext.net...
  2. i have this huge project with performance issues. sadly enough all related to the ext.net controls so we decided to ditch most of the controls and replace them with bootstrap controls.

    one of our...
  3. i had to use imagecommands as workarround... is there any update yet on a fix? or will it be forever bugged? :/
  4. i have this grid with componentcolumns, i have one textfield with a rightbutton on it but the rightbutton isnt' working for some 'unknown' reason.




    <ext:GridPanel runat="server"...
  5. every idea to test is welcome. still can't seem to figure this out :/
  6. guess it's just impossible with these controls then...

    how about using plain html within a component column and binding data to it? is it possible and how to do it?

    thx in advance :)
  7. i just tried putting a directevent on the rightbutton items but it seems the controls don't exist for ext.net



    <ext:GridPanel runat="server" ID="GroupGrid"...
  8. thank you Vladimir,

    that works for the button.

    but now the textbox is missing a small part on the left i guess it's like 2 maybe 3px at the text start

    also border-left and border-right are...
  9. Hi,

    I made a page with a simple grid some component columns and now i need an extra button on my first component column so i tought i'd use the textbox rightbuttons.

    so now i have a textbox...
  10. Thanks Daniil,

    so after watching the post you linked i came up with this as solution...



    var ConfigComponent = function (column, cmp, record) {
    var timeVisible...
  11. Hi,

    i have this grid with componentcolumns. some hidden some shown on a buttonclick in the toolbar i show/hide some columns.

    i have a few of these show/hide buttons and one combination should...
  12. Ty Daniil just what i needed :)
  13. Hi,

    i would like to restrict people to only type numbers in a specific timefield. so anything else should be blocked and not even displayed in the field.
    is this possible with the timefield?

    i...
  14. the biggest problem for creating a test case (that works somewhere else than on our internal network) is that we have 4 databaseconnections all internal so it's hard to make a testcase also the page...
  15. well, i'm really not sure what is going wrong i wasn't able to create a testcase. i been looking at this problem since yesterday, i found out that it has something to do with several actions...
  16. i have a page with 4 grids,

    2 visible
    2 hidden,

    when there's a selection in grid 1, grid 2 will fill up, when there's a selection in grid 2, grid 1 and 2 will hide and grid 3 and 4 will show...
  17. it's not a problem it's a normal behaviour when using record.set as this refreshe the row if i understand correctly, anyway after allot of thinking i came up with this solution...



    ...
  18. hi Daniil,

    posting the whole grid would be a little overkill i guess but i'm using componentcolumn to do my editing as i don't need a display mode

    this is my starttime column with the...
  19. Hi,

    i have a grid with starttime, endtime, calculated hours(decimal) and calculated hours(datetime)

    i have these scripts running on the onchange of starttime and endtime



    ...
Results 1 to 19 of 19