Search Results

Type: Posts; User: Django

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Will anyone help ?
  2. Hello,

    In my scenario, i had a window with modal that we can say "main window" and i want to open new dummy windows (may be more than one) over that.

    Problem is, when i click somewhere...
  3. I found it.

    http://forums.ext.net/showthread.php?23480-CLOSED-Enumerate-header-items

    Thanks.
  4. Hi,
    I used to grid header component for filter operations and i want to hide and show filter inputs when i click the test button in toolbar. Unhappily when column number is increase, hide/show...
  5. hello again
    i prepared full test case.
    if i remove datefilter, it works. You can try with datefilter and without datefilter :)
    thank you



    <script runat="server">
    protected void...
  6. <ext:Button ID="btnFilterNotificationStoreByUserID" runat="server" Text="Filter by User" Icon="Find" Width="80">
    <Listeners>
    <Click Handler="FilterNotificationStore()"></Click> ...
  7. Hello

    I used JavaScript function for filtering the gridpanel.I am calling the js function from listener of a button..

    Here is the my javascript function


    function filterNotificationStore()...
  8. thanks a lot :)
  9. Hi.
    i don't use id property in store.so i can't use store.getById() method .
    But i want to get record by id (or another column id is not important).
    i use for loop to find record .it is not a...
  10. Thanksss (:
  11. Hi.
    I need get checked node id's from tree panel with javascript.How can i do it ?
  12. Thanks it works


    <ext:Button ID="btnAddCondition" runat="server" Icon="Add" >
    <DirectEvents>
    ...
  13. hi i want to create new combobox and text field when i click the button..
    it works for first. but i click the button second time,it doesnt work.

    markup

    <ext:FormPanel ID="stepDetails"...
  14. message edit
  15. I got it (:
    Thanks (:
  16. Hi
    i want add nodes to treegrid. but i got some errors

    when i use this format , i got the js error : scenarioname is undefined

    root.CustomAttributes.Add( new ConfigItem("step",...
  17. Thanx for now (:
  18. Here is my load function.



    protected void TreePanel_Click(object sender, DirectEventArgs e)
    {
    try
    {
    string nodeID = e.ExtraParams["node"];
    ...
  19. Thank you (:
  20. Hello
    I showed ModelField data's at FieldSet when i click to grid row.. I am having trouble with HtmlEditor that located in FieldSet.
    I need to show data in the form of html.TextArea can't it.So i...
  21. It works (:
    Thanks Daniil (:
  22. Hello
    I need the render grid row


    <ext:GridPanel ID="GridPanel1" runat="server" Title="Notification" Margins="0 0 5 5" Icon="UserSuit" Region="West" Frame="true" Width ="410">
    ...
  23. Thanks... it works. (:
Results 1 to 25 of 34
Page 1 of 2 1 2