Search Results

Type: Posts; User: sipo

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Page:


    <ext:Viewport ID="Viewport1" runat="server">

    <Items>

    <ext:BorderLayout ID="BorderLayout1"
    runat="server">
  2. .getForm().getValues() defalut is Id as Names
    How to Set DataIndex as Names?
  3. Only this works(but FireFox looks ugly)(IE looks well)



    <ext:BoxItem Flex="1">
    <ext:NumberField ID="txtGoodsId" DataIndex="GoodsId"...
  4. mvc do not support stateful?
  5. public override Field GetField()
    {
    var Cbx = new ComboBox()
    {
    ID = this.FieldName.Replace("_Value",""),
    DataIndex =...
  6. !I love coolite!

    only "this.Form.Controls.AddAt(0, store);"

    works!

    thank you very very very much!
  7. protected void Page_Load(object sender, EventArgs e)
    {

    var store = new Store()
    {
    ID = "StoreCommonUserGroup",
    IDMode =...
  8. When Using HttpProxy load store ServerMapping do not work

    <div selected="true" role="tabpanel" class="netInfoResponseText
    netInfoText "><code class="wrappedText focusRow"...
  9. Thank you very much, I have found the way to solve this problem

    you're right



    <add path="*/ext.axd" verb="*" type="Ext.Net.ResourceHandler" validate="false" />
  10. i've just used all possible methods( i searched past posts and all methods)

    web.config not work

    all not work

    thank you very much all the same

    maybe just 1.0 Preview in VS2010 cause this...
  11. it works! thank you very much!
  12. <ext:ResourceManager ID="ResourceManager1" CleanResourceUrl="true" runat="server">
    </ext:ResourceManager>
  13. 1.0 is WebResource.axd in Default

    and I can not Set other axd by Web.config or by CleanResourceUrl="false"

    do not work
  14. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="MvcTest.WebForm1" %>


    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>


    <!DOCTYPE...
  15. for example



    <Columns>
    <ext:RowNumbererColumn>
    </ext:RowNumbererColumn>
    <ext:NumberColumn...
  16. i mean Ext.net.DirectMethod.request
  17. UP
  18. All the Embeded Resource should be 304 quickly and the Expire should be long Enough(99 year)
    if" Last-Modified<code role="listitem" class="focusRow subFocusRow "> " be checked Exist, Coolite...
  19. // var nodes = eval(result);
    // tree.root.ui.remove();
    // tree.initChildren(nodes);
    // tree.root.render();

    it seems...
  20. is there a way to build code behind in mvc mode?
  21. Thread: Question

    by sipo
    1) I am a personal developer. I just want to have an svn access, how much should I cost minimize?

    2) Can I be a Agent to sold your product in china?
  22. Is there have a tool transfer MARKUP to CODEBEHIND?
  23. In fact k it is does't matter

    because i can wrap a panel with topbar around it

    what i need is just leafdrop and orderchange

    so i have to use columntree but not treegrid
  24. TreeGrid do not support leafDrop/OrderChange
  25. ColumnTree TopBar is Under the Columns

    strange
Results 1 to 25 of 43
Page 1 of 2 1 2