Search Results

Type: Posts; User: Mr.Techno

Page 1 of 5 1 2 3 4
Search took 0.01 seconds.
  1. Hi reezvi,

    Currently I don't have access to the code but as far I remembered, the code I posted in this thread works fine.
    The problem was in some other control settings (I guess the problem was...
  2. Hi,
    I am trying to create a website in VS2010 targetting .NET 3.5 framework.
    I installed Ext.NET Beta3 using NuGet but when i try to run my project i am getting following error.

    4295
    ...
  3. Thanks Danill,
  4. Hi Danill,
    Thanks that solved one problem.

    how to export entire data when paging(remote or local) is implemented?
    I mean not only current visible page but entire data.
  5. Hi kakagu,
    thanks for providing working example.
    But no data is exporting to excel sheet. I am very new to xslt files.

    with bit modifications i am providing fully working example here..
    Create...
  6. this is the code for without masterpage.

    use the same code behind which i posted earlier.



    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ExportToExcelWithoutMaster.aspx.cs"
    ...
  7. without master page also i am getting same problem.
    In my page i also have gridpanel with pageproxy (remote paging). For this remote paging i am not able to export entire data but able to get page...
  8. Hi Danill,

    I found the problem.. I am getting empty data when my browsers document mode is IE8 standards (My browser is IE9 and my project runs in intranet and i cant change browser mode)

    Is...
  9. Hi kakagu,
    Thanks for the reply. what is getcolumnstate method? I dint find anywhere in the API.

    Please can u provide some working sample?
  10. Hi Danill,
    I am trying to reproduce the error. Once i succeed i will post.

    Thanks for your help
  11. Hi Danill,

    Can you tell me how to provide online sample and debugger in saveData?
    I didn't get this...
  12. Hi Danill,
    I reduced the sample to three rows as per your suggested code lines and this is what my alert box showing.
    4074



    "[{\"KeyCode\":\"47281\",\"ProgramName\":\"47281-777 AO...
  13. Hi Danill,
    Thanks for the reply

    In my system also the sample is working fine (with and without master page)
    but when i use the same code in my actual project page, it is giving the problem in...
  14. u can use the same example which i posted earlier in this thread.

    but my saveData fucntion is like this


    var saveData = function (grid) {
    var data = grid.getRowsValues({ selectedOnly:...
  15. Hi Danill,
    thanks for the reply,

    I tried the same example without master page. It is working fine.
    Now my example page With master page also working fine.
    But my actual page which is using...
  16. Hi Danill,

    Thanks for the reply



    This part has some problem. First it is replacing store record field names with grid headers and it is not stopping there. It is deleting modified records...
  17. Can anyone tell me how to do this?
  18. Hi Danill,

    I dont have any problem in exporting to excel sheet. Everything is working fine.
    My porblem is Showing GridPanel headers as headers in the exported excel sheet, instead of store record...
  19. can anyone suggest me how to solve the above problem...


    Thank you.
  20. Hi,
    I am exporting gridpanel data to excel sheet. I implemented as per this example
    https://examples1.ext.net/#/GridPanel/Miscellaneous/Export_Data_PostBack/

    It is working fine. But this...
  21. These are the config values for the getRowsValues method
    // config :
    // - selectedOnly
    // - visibleOnly
    // - dirtyCellsOnly
    // - dirtyRowsOnly
    ...
  22. Thanks Danill,

    Your suggestions helped me..
  23. Thanks to the reply danill,

    But i have to use panel because in my page i am using border layout. In the border layout central region i am using a panel and in that panel i am using this treegrid....
  24. Hi Danill,
    Thanks for the above example..

    I tested above example with master page. its working fine. but
    If i put the above example in the panel the tooltip is not working.

    here is my code
  25. Hi friends,
    I am using HtmlEditor in mypage (This editor is in the window).

    I dont want user to send message with empty text (user might have entered some spaces and pressed enter key).
    ...
Results 1 to 25 of 110
Page 1 of 5 1 2 3 4