Search Results

Type: Posts; User: sonnh11

Search took 0.01 seconds.
  1. Hi all,
    I got a bug when using RowEditor plugin.
    The save button and cancel button were hidden when edit the last record in gridpanel.
    Please see attached file for more information.

    Thank you....
  2. Hi Daniil,

    I've reproduced this case.
    The maxlength of TextField does not work when user turn on the compatibility view mode in IE8.

    Regard,
    sonnh11
  3. Hi all,

    I'm using ext.net v. 1.3 .
    When I set value for the MaxLength property of TextField control, the TextField is not automatically truncate the text to the MaxLengh.
    It worked fine when I...
  4. Hi All,
    I want to save state of Locking Grid Panel to the databases.
    But I cannot handle the event when user do locking or unlocking the columns .
    The StateSave event does not fired in this case....
  5. Thank you very much!
  6. Hi Daniil,
    I did mean the JavaScript codes in the GetErrorMessage function does not work. Do you know what's the reason here or could you please explain more details for your last post?

    Thanks...
  7. Hi all,
    In my web application, I want to handle Ext.Net Ajax exceptions that occurs when request to server and show friendly error message.
    I wrote some JavaScript codes in my error message HTML to...
  8. Hi everyone!
    I had read the demonstrating about live search in
    https://examples1.ext.net/#/Form/ComboBox/Custom_Search/
    and it works well .
    But my problem is : I want to use TextArea control...
  9. Thank you for your reply.
  10. Hello everyone!
    I have a grid panel and store bounded to data table.
    After "Post Back" button causes a post back and page re loads , the data on gridpanel is lost.
    But when you click on "To XML"...
  11. Thanks for your advise.
  12. Because I wanted the checkbox selection column on freeze panel.
    It is comfortable for user.
    Is there any way?
  13. Hi Everyone!
    I had a problem like Hardik.
    CheckBox Selection Model checkbox doesn't get checked
    This is a simplified .aspx page to test :


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

    <%@ Register...
  14. Thank you for your reply.
  15. Hi Everyone!
    In a Gridpanel , we can archive "freeze pane" locking functionality or archive column grouping.
    But how can I archive both in the same a Gridpanel?
    Please help me.
  16. This is a simplified sample to run and test :
    Default.aspx page:


    <%@ Page Language="C#" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <script runat="server">
    ...
  17. Hi Guy,
    You need to configure in GridPanel.
    This is for you:


    <CustomConfig>
    <ext:ConfigItem Name="hasSelection" Value="#(if(this.getRowsValues({selectedOnly:true,...
  18. Hi Everyone,

    I have a problem and need your help.
    I have a search result in a GridPanel. if I select a record that is on a page > 1, then select the record to view detail ( navigate to the...
  19. Thank you very much.
    I had confused.
    When I used function : Reconfigure() to reset all the resized and reordered columns to default size and order.
    That is good. But:
    - Although the command...
  20. Hi everyone!
    I had a problem with GridPanel:
    After I reordered and resized columns in GridPanel, I want to reset all the reordered columns to default size and order.
    I had used function...
  21. Thank you very much.
  22. Hi everyone!

    I'm a newbie to Coolite library and just started working with a few days ago. I encountered a problem of dynamically adding menu items and render to client.

    The problem is I have a...
Results 1 to 22 of 22