Search Results

Type: Posts; User: sailendra

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. We have our old ext.net webform based application in Ext.net 4. Now we wants to use ext.net mvc for the new modules. Also like pivot grid features which exists in extjs has not been available in...
  2. First of all Here is the Code and its design.



    protected void Page_Load(object sender, EventArgs e)
    {
    ComboBox1.SelectedItem.Index = 0;
    }

    public void...
  3. https://examples2.ext.net/#/GridPanel/Miscellaneous/Details_Window/

    In this examples, please follow as below to create the bug:

    1) click edit to any record
    2) in "Reports To" field,search for...
  4. After setting the above settings also, border is not being shown in Tree Panel


    Regards
    Sailendra
  5. Hi,

    How can i show the broder in this tree panel 5884as shown in the image?



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

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
  6. Thank you very much
  7. When i click in the second row, then can i only check/uncheck that row instead of all rows being unchecked? If that is not possible then, preserving the checckbox selection, can i only disable the...
  8. Thanks it solved the problem.
  9. 5373

    In the above image, how can we hide the sorting section?
  10. After the submit button is pressed, ajax request is send to the server, but in browser(firefox) if escape is pressed then it
    cancels the ajax request, so if the user again presses the submit button...
  11. Thanks very much, it works.
  12. Typed value is being automatically clear using above approach.
  13. <%@ Page Language="C#" %>

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


    <script runat="server">
    protected void Page_Load(object sender, EventArgs e)
    {
    ...
  14. Hi,
    How to deal with the following issue, when there is no child node and the TreePanel RootVisible property is set to false, we are getting the request failure error message.




    <%@ Page...
  15. Hi,
    I'am getting problem with tab sequencing, Gridpanel cell is not getting focus when tab key is pressed , how can i get the focus on gridpanel
    first cell when tab is pressed from text field1,...
  16. We are having problem on height of grid panel row inside a tab panel. It works properly for grid panel without command column but in case of command column some bottom portion of newly added row is...
  17. Hi Vladimir,
    I'm still having the same problem, firstly you can collapse the panel then, try to expand it by using single click on the title bar of panel instead of using rightmost collapsible...
  18. Hi,
    Title bar of panel is repeating when double clicked on the title bar to expand the collapsed panel, in side the borderLayout. Also the collapsible panel overlaps the content of another panel...
  19. DirectEvent not firing with the latest SVN update
  20. ext:NumberField doesn't accept thousand separator like comma, so how to enable it?
  21. Thanks, Now it is working
  22. Hi,

    Above code also not giving the correct rendering, same problem exists, do i need to specify something more?
  23. Thanks, it is solved
  24. <html>

    <script runat="server">
    protected void Page_Load(object sender, EventArgs e)
    {
    if (!X.IsAjaxRequest)
    {
    this.BindData();
    }
    }
  25. <form runat="server">
    <ext:ResourceManager runat="server">
    </ext:ResourceManager>
    <ext:Button runat="server" ID="btn" Text="What" Width="200">
    </ext:Button>
    <ext:TextField...
Results 1 to 25 of 32
Page 1 of 2 1 2