Search Results

Type: Posts; User: iansriley

Page 1 of 15 1 2 3 4
Search took 0.03 seconds.
  1. <!DOCTYPE html>
    <head runat="server">
    <title></title>
    <script>
    </script>
    </head>
    <body>
    <form id="form1" runat="server">
    <ext:ResourceManager runat="server" />
    ...
  2. Hi,
    We are receiving this error in our application very frequently, we are not sure what could be the reason for this issue. Could you please help out what could be the issue and how to solve???
    ...
  3. Flex and AutoSizeColumn was mentioned last 2 columns, but we don't required the Flex attribute, i can remove this. How to fit the columns to Grid with AutoSizeColumn only (i cannot set False to...
  4. Please find the attached screenshot
  5. Sorry for that.. please find the runnable code below. The issue is, when enabled autocomplete for a combobox, after typing min chars we used to show the matching items in the combo, user can select...
  6. Hi,

    I tried to get the required view with template column, we are mostly ok with this view. But, here i am facing an issue is, when we have more columns/fields under "Line item Blocks" column the...
  7. Hi,

    The below code used to works great in ext.net 2.x version but breaking in ext.net 4.x version. Please find the code below:

    <ext:ComboBox ID="cmbCustomerSearch" runat="server" Height="32"...
  8. Hi,

    How can we set the auto width to a column of grid as per the data in the column? I mean, as per the data in the column, the column width should be auto resize in Ext.Net.

    Thanks in advance.
  9. Thanks for the solutions,

    I will try and let you know. Could you please tell me "How to set the width of the column as per the data in that"? means, column width should be adjust automatically...
  10. Hi,
    We have a requirement where we need to generate the grid with multi level or column grouping dynamically using Ext.net 4.X version. Please find the attachment, this is current UI of aspx...
  11. Yes, that helped. Thank you.
  12. Hi,
    For performance improvement on a page, we want to migrate existing EXT.NET UI into EXTJS.
    E.g:
    Sample EXT.NET UI on the current page

    <ext:Store runat="server" ID="storeContactType">
    ...
  13. Hello, Can anyone give us the suggestions on this issue!!!
  14. Hello, Can anyone give us the suggestions on this issue!!!
  15. Hi,

    We want to change the background color of Panel in entire application with simple/one place change, is this possible in Ext.Net 4.X? Any suggestions on this?. I know, i can change the same...
  16. Hi,

    The Expand event of Selectbox is NOT triggering the event on first click/selection, it's triggering on second click. Please see the sample code below and let us know what i missed or any...
  17. One Question: why i am not seeing create a "New Thread" option for my account??
  18. Sorry for the late reply, the suggested solution is working fine, you can close this thread.
    Thank you
  19. Hi,
    In Ext.Net 4.5 v, if grid has a single column and it's Text is empty, the header is NOT showing, what could be the reason and how to solve this? We need a clickable header with NO Text or Empty...
  20. Hello @fabricio.murta,

    Thank you for your solution, Javascript error has been resolved but now we are facing another issue with header selection.
    The issue is when we are scrolling down after...
  21. Hello @fabricio.murta,


    Thank you for your quick reply.

    To display the header checkbox in grid panel we have used override script for checkbox selection model.

    Below code, is working fine...
  22. Hi Team,

    We are using a Grid Panel with TemplateColumns (in TemplateColumns, we are using HTML input text box), we have a requirement i.e. the user should navigate to next row for that particular...
  23. Hi Team,

    Recently we have upgraded to Ext.Net 4.5 from Ext.Net 2.5, In 2.5 version we were using below override script to show header Checkbox for Infinite Scroll grid. But when we...
  24. I have an ext label with the ID "LabelText" inside an ext panel.
    I am using Ext.getCmp("panelid").togglecollapse(); to expand or collapse the panel based on another button click.
    I also have an ext...
  25. Yes, it's working fine with static ListItems but not with Store data.... please check following example and attached screenshot.


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

    <%@ Register Assembly="Ext.Net"...
Results 1 to 25 of 354
Page 1 of 15 1 2 3 4