Search Results

Type: Posts; User: blueworld

Page 1 of 10 1 2 3 4
Search took 0.03 seconds.
  1. Hi,

    Under Ext.Net 3.1 the contextmenu of our gridpanel isn't show on the correct place.
    We expectedthe contextmenu to be shown on the row where we clicked, put it isnt.
    24140


    <Listeners>...
  2. Thanks. It works :)
    Thread can be closed.
  3. Hi,

    maybe someone has an idea to solve the following problem.
    Before we updated to Ext.Net 3.1 our buttons looked like this:
    23973

    Now, after the update the buttons look like that:
    23974
    ...
  4. Hi,

    I have two Datefields, with a startdatefield and enddatefield custom config.




    <ext:DateField ID="dfPlanDate" Editable="false" runat="server" FieldLabel="G?ltig ab" Name="PlanDate"...
  5. Hi CanopiusApplications,

    you could define something like this in your grid-store listeners:





    <BeforeLoad Handler="var myPanel =...
  6. Hi Daniil,

    i can go on with the combobox, but the next problem is, how would I select the "current" color in each combobox, if I fill that store in the beforebind event?

    What do I need to do,...
  7. I was just asking, if there might be a better way then using that combobox solution ;)
  8. Ok,

    I have a grid. A specific Column in that grid can have 1-n values.

    Lets say there is a car grid with the car-name and color.
    Before submitting that rows values you should be able to change...
  9. Thank you Daniil,

    it doesnt need to be a combobox, I wonder if there would be a way to do something like this with the new callout feature?
    I just need an option to change the value of each row...
  10. Hi Daniil,

    thank you for that example, now I have an idea how it does work.

    The only problem is, that I will have 1-n rows, it depends on a database query.
    Is there any way to do that in a...
  11. Hi Daniil,

    thank you, but to be honest, I have no idea what to do.

    I have made a simple example.

    Could you please show me what I need to change?

    Row 1 should contain "A" and "B"
  12. Hi,

    I have a grid with a component/combobox column.



    <ColumnModel>
    <Columns>
    <ext:Column ID="Column1" runat="server"...
  13. Hi there,

    I am currently facing a problem with launching a Window from within a UserControl that is loaded inside of a Panel.

    Basically the structure is that I have a GroupTabPanel with three...
  14. Hi,

    I have a grid with a checkbox selection model.
    In some cases the selection should be readonly.
    If I disable the whole grid, I am not able to scroll.
    So I have set DisableSelction=true on...
  15. Hi,

    this is just out of curiosity,

    I am working with user permissions and therefore some buttons like delete-buttons are disabled.

    On page_load I am checking if the user has permissions, and...
  16. https://examples2.ext.net/#/Associations/HasMany/Nested_Loading/

    With Chrome 33.0.1750.117 I receive the following javascript error if I click on a book:

    Uncaught TypeError: Cannot read...
  17. Thank you its working fine with this fix
  18. Hi Daniil,

    thank you for having a look at it. Yes it does work on that way, but like you said, the user would not expect it like that.
  19. Hi,

    please see the following example.
    I am not able to move a row to the first position (to the top) when I have declared a groupfield. If I remove the Groupfield, everything works fine.
    Is...
  20. Thank you Vladimir.
    I have a "please check your internet connection" alert window, instead of the default request-failure window.

    I have an event, that could throw an exception if a unique...
  21. Hi Daniil,

    please see this simple Demo.
    console.log is executed but the window is shown at the same time.
    Please note that I have used a custom handler.
  22. Hi Daniil,

    I have a directmethod with failure handler. I would like to show an Alert with a different Text, but the failure window is showing at the same time.
    Is there a way to disable the...
  23. Thank you Daniil,

    regarding your example, what would be the right code-behind event to do the login? Currently I have a click listener on the login button that calls a DirectMethod, but somehow it...
  24. Hi,

    on most websites, if you login, the browser asks you if the password should be saved.

    I am doing a extnet login page right now, and I am looking for a way to do that.

    I have searched a...
  25. Thank you Vladimir that did work.


    The only reason why I am using a a toolbar here, is because I need the buttons left aligned.
    I did not see a property for that in <buttons>. Am I wrong?
Results 1 to 25 of 233
Page 1 of 10 1 2 3 4