Search Results

Type: Posts; User: dmoore

Page 1 of 3 1 2 3
Search took 0.01 seconds.
  1. Ok, I got this working using a Button that manually saves the Gridpanel, much like your example.

    I would really like this to work when the user finishes editing a cell. Just something to look...
  2. Ok, I changed the Model to use the idProperty as the Key field. It now looks like this:



    <ext:Model runat="server" IDProperty="idProperty" >
    ...
  3. Ok let me try this. I did use this example in my code but I missed/didn't use the Commit logic for the ID. Please stand by.
  4. Hi guys.

    Probably a simple fix but I'm having trouble.

    I'm trying to add rows dynamically to a Store/Gridpanel and let users edit them with a CellEditing plugin.

    The first time they edit the...
  5. Thank you for the reply. Changing the value mentioned did not fix the problem, but it appears to only be an issue on IE8 and IE9. It's definitely been solved in the newer IE, but I'm still...
  6. Hi guys,

    I'm hoping this is a quick easy fix. If it's not, I'll submit more detail.

    I have a content area nested in a masterpage. The content area contains a tabpanel. The tabpanel has 3...
  7. Fabrico,

    I am sorry I wasn't clear. I know about the examples - they've helped me a lot.

    The question is: if I wanted to overwrite the style for a basic panel, I would overwrite "x-panel-body"...
  8. Thank you Fabrico, I will not split my examples in the future.

    I have one more question/request: can we do this using labels in a Panel with HBOXLayout? Like in my original example? I am trying to...
  9. Hi guys,

    I'm trying to use vertically aligned text in Labels in order to enter explanations about certain narrow columns in my gridpanel.

    I can't make the example in this older thread work (and...
  10. Hi guys,

    I'm trying to make a dynamic command in a gridpanel ImageCommandColumn that changes it's icon whenever a certain value is selected.

    I am doing it from code-behind.

    The name of the...
  11. Hi Fabrico,

    No, we're good. You got it right and I was wrong. I used the Store Autosync/BeforeStoreChanged to do my database update after each change. You did great, this works perfectly. Thank...
  12. Hi FabrÃ*cio,

    That's good behavior except I don't want them to be able to turn off all the checkboxes. If they check an already-checked checkbox nothing happens. I can modify the Javascript to do...
  13. Code for example ForExt.aspx

    I've documented what I'm trying to do in the code behind page, your help is greatly appreciated.

    Thank you.

    Front page:


    <%@ Page Language="vb"...
  14. Hi Fabrico,

    Still no luck with the code you gave me. It's failing when it tries to get the name of my gridpanel (it's grdStep1 in my app).

    24663
    24664

    What you've given me looks like it...
  15. Hi guys,

    Been working on this all day, seems incredibly simple but I must be missing it.

    I would like to get the value of a particular CheckColumn in code-behind. I've set up the DirectEvent to...
  16. Hey all,

    Very quick and easy question - I cannot get a gridpanel to autosize to fill the remaining space on the screen. In general this gridpanel will only have 3-5 rows visible, but I need it to...
  17. That works, thank you Daniil!

    I actually was typing a reply when I saw yours, I used a trick I saw in another thread it worked as well:
    ...
  18. I'm stumped. I need to mark a formpanel as no longer dirty in javascript without calling an update and I cannot figure it out. Thanks in advance.
  19. Hello,

    I am having a lot of trouble with the Store.AddRecord method. I am able to successfully add rows but the values of the fields are not displayed in a gridpanel that uses the store as a...
  20. Hello,

    I am trying to select all items in a multicombo on first page load. But it doesn't seem to work. What am I doing wrong? In the example below, both Multi1 and Multi2 should have all their...
  21. Daniil, as always, thank you for the great information and the tips. You can consider this issue closed.
  22. Daniil,

    This is working great except on MultiCombo boxes, they have a silver background no matter what. Code with example:



    <%@ Page Language="vb" AutoEventWireup="false" %>
    <%@ Register...
  23. Hi guys,

    Here's an example page with some behavior that is not working quite as I expect.

    The expected behavior here would be, when the "Enable Text" is clicked, the text field has a white...
  24. Very good suggestions. Thank you Daniil. You can close this.
  25. Hello,

    Having a bit of an issue with the Label control. I am trying to use it to display some HTML code but it seems to be dropping certain characters, or not displaying things correctly. I've got...
Results 1 to 25 of 62
Page 1 of 3 1 2 3