Search Results

Type: Posts; User: jesperhp

Page 1 of 7 1 2 3 4
Search took 0.01 seconds.
  1. Hi @Daniil

    I have solved the issue just putting the URL to loader just like


    <ext:Panel ID="PanelContent" runat="server" Region="Center">
    <Loader ID="Loader1"...
  2. <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<dynamic>" EnableEventValidation="false" %>




    <%@ Register Assembly="Ext.Net"...
  3. Complete Home.Aspx file
  4. Hi @Daniil I have single page application, where I want to launch Home page by default and then I have menu, when I choose any other area from menu that also load in that area where home page...
  5. protected void page_Load(object sender, EventArgs e)
    {
    url = HelperClasses.UrlLink.getUrl();
    // The url is dynamic, is there anyway to pass URL dynamically to loader
    // where I have...
  6. Is there any progress related to Ext.Net control because he's using php as well, I never use language php.

    Thanks
  7. Is there possible to attach screenshot or images in html editor

    below I provide the link for HTML EDITOR
    https://examples2.ext.net/#/Form/HtmlEditor/Basic/


    I have attach image what...
  8. I am wondering for export grid data to excel but could not get success

    I have tried all solution which provide ext.net demos

    Is there any way by which I can export data from grid to excel
    ...
  9. HI

    I have changed Layout="Column" to Layout="ColumnLayout" and now its working


    Thanks

    Please mark it close
  10. Hi

    When I set height for FieldContainer its takes more space height wise but ComboBox and Button does not appear for me

    Thanks
    http://forums.ext.net/attachment.php?attachmentid=11031&stc=1
  11. <ext:Window runat="server" ID="window_Request_Detail" Width="800px" Layout="Form"
    AutoScroll="true" Title="AddNewRequestDetail"
    Height="690px" Modal="true" Closable="true"...
  12. Hi

    I want to export gridpanel data to excel sheet

    In between I am using Ex.net v2.2 for front end and at back end using asp.net mvc

    Is that possible I can export data from client side to...
  13. Thanks a lot

    It's working
  14. HI
    I Have upload full sample with server side controller
    the link where you can download sample project
    https://dl.dropboxusercontent.com/u/81628682/ArraryPaging.rar

    Please add the ext.net...
  15. <%@ Page Language="C#" %>


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

    </script>
    <!DOCTYPE html>
    <html>
    <head id="Head1"...
  16. https://examples2.ext.net/#/GridPanel/ArrayGrid/ArrayWithPaging/

    Hi I am using Array Grid with Paging and Remote Reloading

    it works properly when I use it with default set value in store but...
  17. <ext:Button ID="btnUnitsEdit" Text="<%$Resources:HelpDeskWebApp,Edit%>" runat="server"
    Icon="ApplicationEdit" Hidden="true">
    <DirectEvents>
    <Click Before="
    ...
  18. Hi


    I am getting error Request failure
    Status Code: 200 and
    Status Text: NoResponse

    Actually I have window, and there is button to save the data, when I click the button to save the data...
  19. Thanks so much It working now perfectly


    Thanks
  20. HI,

    Panel does not work before GridPanel
    Please run Test#1 first, that actually I want, Later run Test#2 that create problem,
    Test#1


    <%@ Page Language="C#" %>
  21. Hi Daniil
    Nothing happen with that, even DisplayField stop working, using that I am unable to get both DisplayField and ValueField

    Thanks
  22. You can use Mine custom function like that



    <script type="text/javascript">

    function setValuetoCombobox(combobox, valueId, valueText) {


    ...
  23. Thanks :)
    please mark it as a close
  24. Hi I am using Custom search for combobox
    It properly work for custom search and drop down list but issue is that when I edit an Record and load data in custom combobox then I am getting problem,...
  25. Sounds good, New panel added but bottom bar moves up instead of Bottom of screen size and other horizontal scroll bar removed

    Thanks
    I have attach the image using you test case which you...
Results 1 to 25 of 175
Page 1 of 7 1 2 3 4