Search Results

Type: Posts; User: Suntico

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Please do also tell me how can we add our custom fields to "Edit Details" Window. We have already added our custom fields in the "Edit Event" Window but are facing problems in adding them in "Edit...
  2. Hi,

    We are using the Ext.Net 2.x in our MVC3 Application. We have successfully added and handled some custom fields in "Edit Event" window (Popup). But after researching from various threads we...
  3. We are facing some troubles in passing a datatable to the ext.net calendar and event store. We already are aware of how to pass the calendar store in aspx pages and its code behind (we are aware of...
  4. We successfully incorporated Ext.Net Calendar control in our MVC3 Application using Razor Engine, but we are right now struggling with the EXT.Net while trying to customize the Event Window(popup) of...
  5. Hi ,

    I've created a customize add event window, but when I press the save button , the values of the controls are empty in code behind side. I'm working with a calender control. Please feedback me...
  6. Thanks Mark as solved
  7. Thanks Daniil

    follow the rules I got the fix

    problem was on close button I was using #{MainWindow}.hide(); according to your suggestion I should close window
    Code :


    <ext:Button...
  8. got it now...
  9. Thanks Daniil,


    I did it still same problem...
  10. I have 2 user controls and a default.aspx page with 2 buttons, on button click I load user control in aspx.

    Each user control had GridPanel and hidden window holding FormPanel. On AddNew click I...
  11. No I tested in my application moving store inside grid didn't break my application.

    Thanks for helping me...

    I think have new issue for you guys but let me try by myself first ...
  12. Sorry I couldn't explained in details

    Your solution works only if I move my store inside grid panel

    Example 1: works


    <ext:FitLayout runat="server">
    <Items>
    <ext:GridPanel...
  13. Well it works perfectly if I keep store inside GridPanel.

    Can I still access store as...



    this.getSelected().id
    record.data.FieldName
  14. Yes I did the same


    <ext:FitLayout>
    <Items>
    <ext:GridPanel runat="server" ID="MainGrid" Border="false" StoreID="MainStore" StripeRows="true"
    Title="Enquiries"...
  15. Hi, I tried with wrap the GridPanel in FitLayout and also tried with <ext:ContainerLayout>,<ext:BorderLayout>\<center> before posting for help here
    nothing work for me.

    I tried again with...
  16. The issue is when I load user control on runtime user control won't Stretch in height is any workaround to solved this issue?

    Screenshots
    2918

    this is aspx page code



    <%@ Page...
  17. Thanks Daniil
  18. On latest Ext.Net.dll our client get messages

    "Ext.NET is Unlicensed." Is my License expired ?
  19. Hi,


    Searching in combo box is not working in following example, any suggestion ?

    It's suddenly stop in our application (100+ combo box) deployed on client from last 9 months after updated...
  20. Hi All,

    In parent window I have grid with add button if add button clicked child window
    will open in window control if I save record so it's mean parent grid should refresh. Now this will occurs...
  21. I need to change current page index on PagintToolbar1 if PaggingToolbar2 page index changed;

    any idea !




    <ext:PagingToolbar
    ID="PagingToolbar2"
    runat="server"
  22. Thanks Daniil,

    NOTE : Solved
  23. Hi Daniil,

    Actually I want vertical scroll on viewport and horizontal scroll on second panel items in viewport e.g

    <ext:Panel runat="server" ColumnWidth="1" Layout="hbox" AutoScroll="true">......
  24. Is that possible to set FitHeight on Panels e.g. Panel1, Panel2...Panel5 ?



    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
  25. Thanks Vladimir for suggestion and css, worked great
    Thanks Daniil

    Note: Mark as closed
Results 1 to 25 of 32
Page 1 of 2 1 2