Search Results

Type: Posts; User: yenkarthi

Search took 0.01 seconds.
  1. Hello All,

    We have an application which is migrated from Ext.Net 1.6 to Ext.Net 2.5.3. In the application some of the forms using the Multi-select control allowing the user to select multiple...
  2. Hello All,

    We have a system which is recently migrated from Ext.Net 1.6 to 2.5.3. We managed to resolve all the migrated issues except the below one,

    We have an combo box field inside the Grid...
  3. Hi sateeshdasarikapil,

    Thanks for your promt reponse and help.

    I just added your piece of code, when i adding new record it is showing in the below picture, it is just showing "Main office"...
  4. Hi Team,

    we just converting ext.net version 1.6 to 2.5.3.

    we have requirement, when I select combo box value is 4 then clicking select all button on the multi select control it should select...
  5. Hi sateeshdasarikapil,

    When I loading the grid then I binding the "Main Office" Value in the Location Column, Based on your suggestion, I just hide "Main Office" Text in the grid Column, But when...
  6. Yes I am using editor property within the column name. Pls see in the below code.


    <ext:Column ID="Column5" runat="server" Text="Location" DataIndex="Location" >
    <Renderer...
  7. Hi sateeshdasarikapil,

    Thanks for your assitance, I tried to add code in the below Location column, After that I am not able to enter any value on that Location column,If i entered then it is...
  8. Thanks Daniil for that prompt response and link
  9. I am using ext.net 2.5.3 version.

    I have grid panel and there is column value "Main office" is binding from backend and It is displaying first row in the grid panel.
    But I want to hide the "Main...
  10. we just upgraded from ext.net 1.6 version to ext.net 2.5.3.

    Form Logic and containing fields:

    we have grid controls, if we click New button on the grid control then it will open form with lot...
  11. I have two grid, One is parent grid and another is child grid. If i add location name in the parent grid then I retreive that values into child grid Address combo box , After that I need to assign...
  12. It is working now, Thanks Daniil for your help and prompt response.
  13. I have parent grid and Child grid control, If I entered value in Location field of the Parent grid then I need to display that values into the child grid combo box address field via store.

    The...
  14. thanks a lot, it is working
  15. thanks daniil for your valuable guidance, It is working for me
  16. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TestMultiSelect.aspx.cs" Inherits="JobsPortal.TestMultiSelect" %>


    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>...
  17. I am converting Ext.Net 1.6 to 2.5.3 version.

    I also refer in the below post and Use code, but it is not working multiselect all items code in the 2.5.3 version.

    Code:


    <%@ Page...
  18. Thanks Daniil for valuable reply.

    If i select any item in the Multi select control then it is always returning -1 value in the below code. Please advise.


    <ItemClick Handler="if...
  19. I am converting Ext.Net 1.6 to 2.5.3 version.

    I also refer in the below post and Use code, but it is not working multiselect all items and getvalue indexof code in the 2.5.3 version.

    Code:
    ...
  20. the code is working in this below type


    <ext:Button ID="btnNewEmployerProfile_Staff" runat="server" Icon="Add" Text="New">

    ...
  21. I am converting Ext code from 1.6 to 2.5.3 version.

    When I have double click in my grid record then it will open and retreive existing record to display on the multi select control in the form...
  22. I am migrating Ext.Net 1.6 version to Ext.net 2.5.3 in my Project.

    Requirement:

    I have form with Grid controls,when I click on Add button then it will create New row focus
    with some editable...
Results 1 to 22 of 22