Search Results

Type: Posts; User: chafikb

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Thanks webcloude.

    and thanks Vladsch. i noticed that the samples are missing the use of autcreate and the customconfig.
    is there a way to set autocomplete = on over all textfields that are...
  2. Hi

    Can you please provide a sample for the use of AutoCreate property of a ext:textfield

    and can we use it to override the autocomplete value?

    thanks
  3. I think the DeferredRender is a suitable solution
    thanks again
  4. having the grid as second Item is fine if the case was to have only one element in the second item card, but when you need to show more than one element , grid, text fields, etc... then it can't....
  5. Thanks a lot.
  6. But that doesn't mean i can assign direct event or listner to the command the same way we do with the imageCommand. I thought we can have some property that update the css or extends the base class...
  7. I solved the issue using


    GridPanel1.Reconfigure();

    when i am displaying the wizard card that has the grid.

    let me know if there is another way to do so.
  8. Hi, I have a case where i have to put a GridPanel in the second step of a Wizard Layout (Card Layout). but i got a strange behaviour asthe grid doesn't render the scroller bar initially, untill i...
  9. Hi, </p>

    We would like to have a command button in Grid Column but to look like LinkButton
    i have checked all type of commands that we can use inside Columns, (not talking about template based...
  10. Greetings, do we have an example in the coolite example explorer that shows how to implment the following functionality?

    http://www.extjs.com/deploy/dev/examples/form/forum-search.html
  11. hi

    I'm trying to add Note attribute to a TextField that is a part of CompositeField, the field is already has Flex="1" in the example :

    /Form/CompositeField/Overview/



    ...
  12. Thanks Vladsh

    it works when i removed the IsAjaxRequest condition

    will take it as a general rule as server side handlers has to be maintained on every request as object will not maintain it by...
  13. Hi,
    I have a case where i have to inject the Task to the TaskManager at the server side so i helped my self in doing the following



    protected override void OnLoad(EventArgs e)
    {
    if...
  14. We really appreciate you being proactive about this stuff Geoffrey. Keep up the great work you guys are doing.
  15. Hey guys, I went over to the extjs forums to suggest this, but I guess I didn't have privileges to make suggestions for new features? I have a use case for tagging functionality similar to this...
  16. Hi,
    I just grabbed the latest source code and built the toolkit, as you updated the ToolBar with the ClassicButtonsStyle attribute
    but now i am not able to have the HeaderRows rendering even with...
  17. Vladimir, your quick response to this request is highly appreciated. Thank you.
  18. I appreciate the quick response. Thanks for your help.
  19. Greetings, I have a couple buttons that sit on top of my grid. very similar to this. https://examples1.ext.net/#/GridPanel/Plugins/RowEditor/ (my theme is also default).
    I need to make my buttons...
  20. Thanks,

    This is awesome solution by more control over the validator function.

    Thanks again.
  21. Actually after a bit time of submitting the issue. i found the solution but the testing sample was




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

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net"...
  22. Hi,
    I have the following field which i do check


    <ext:TextField Select&#111;nfocus="true" Validate&#111;nblur="true" AnchorHorizontal="50%" AllowBlank="false" Vtype="email"
    ...
  23. Hi,
    No worries my friend, it was a pleasure to surf deep into the core code, and it was for the useful of everybody.

    regards
  24. Thanks,
    It took me 2 days debugging the core code to figure it out :) because it was written everywhere as ResourceManager even in another posts here in the forum. i think IIS7 users will be happy...
  25. It works fine now and i got the ext.axd showing in the script and resources urls
    but i had to correct the web config to be ResourceHandler not ResourceManager as following



    <system.webServer>...
Results 1 to 25 of 31
Page 1 of 2 1 2