Search Results

Type: Posts; User: ASAPCH

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Hi Daniil, I would like kindly ask you for help again. Now we are using in our project buffered grid for large tables and also for smaller one as a standard. The main problem is that when the...
  2. Hi Daniil, I would kindly ask you for help. Now we need to implement the ALERT function to our web application. The application consists of a part of the menu, where the dynamically created objects...
  3. Hello Baidaly, It works exactly as I needed. Thanks a lot. Mark as closed,please. ASAPCH
  4. Daniil, I would like ask you for help. I have gridpanel with user rendered column by func:

    var badgeStateRenderer = function (value, metadata,record, rowIndex ) {
    metadata.tdCls =...
  5. Hi Daniil, thanks, now selectAll resp deselectAll did not fire events. But how suppress all events except those where the user actually clicks on sel checkbox in row? Follows my log:

    13:01:24...
  6. Hi Daniil, excuse my late reply, but I have several serious problems. My gridpanel selection model is defined:


    <SelectionModel>
    <ext:CheckboxSelectionModel...
  7. Hi,Daniil, I would like to ask you to solve following problem. At least I add user control to tab dynamically:


    private void CreateTab(TabPanel theTabPanel, String strTabName, String...
  8. Hello, that's right, I forgot.. but now I have got error message:"Control with type 'Ext.Net.XScript' cannot be handled by layout". Yes,inside user control Ext.Net.XScript was used. After removing it...
  9. Hi Daniil, thanks for reply. I have create 2 user controls with GridPanel and tried to put it to two Tabs in TabPanel by following:



    <%@ Register src="PersonSelect.ascx" tagname="PersonSelect"...
  10. Hi Daniil, I would like ask you simple question: is CheckboxSelectionModel fully suported using in infinite scrolling remotelly buffered gridpanel? Gridpanel si filled by table with cca 5000records...
  11. Hi Daniil, I'd like to ask about the possibility of adding gridpanel (or the entire form with gridpanel) to dynamically created tab. Gridpanel is created using aspx mark up language. Tabs are created...
  12. Daniil, you're right, it's quite simple. Thanks a lot. ASAPCH
  13. Hi Daniil, I'm afraid you did not understand me, I need to call JS functions in the main page Default.aspx, where the tabpanel is, from form page PersonList, loaded by IFrames e.g. opposite direction...
  14. Hi, Daniil, yes Blur of GridView is not suported. I have an aditional question related to communication betwen page loaded by IFrames and Default.aspx page: I need call some JS function in...
  15. Hi Baidaly, thank you very much for you reply. It works, but only one problem remains..,that after user clicks on other tab, Blur event has not been fired on controls (gridview,textfiled,..etc)...
  16. Hello Daniil,

    I would like to ask you for help with problem in relation to previous thread:http://forums.ext.net/showthread.php?21863-CLOSED-Gridpanel-key-events.
    Our web app. has menu and tab...
  17. Hi Daniil, my solution is only temporary and not very smart. Entering edit mode, controls(buttons,cmd columns,tabs) are individually disabled or hided. Perhaps it would be fine modal mode added...
  18. Hi,Daniil, I solved it another way. Thanks for help.Mark thread as Closed please.ASAPCH
  19. Hi Daniil. "Modal Mode" is only my wish :-)..I have tried Spotlight, but result is not good. The structure of my web app is following: in default page is only grid(with no rowediting),after...
  20. Daniil, It is a problem to make functional example because of the complexity of source code. I think it is a mistake somewhere in ext.net, but I have solved this by always showing a tab with grid...
  21. Hi Daniil,thanks for reply. Row editing in modal mode does not work, see: https://examples2.ext.net/#/GridPanel/Plugins/RowEditor/. Please can you tell how to do it (maybe with spotlight? and in...
  22. This point 3.A. is, I mean, now solved:


    <ColumnModel ID="columnmodelPerson" runat="server">
    <Defaults>
    <ext:Parameter Name="MenuDisabled"...
  23. Hello Daniil,
    I would like kindly ask you for several partial problems on the grid using rowediting feature.
    There are detail ext:Window includes ext:TabPanel with 2 ext:FormPanels. Grid is placed...
  24. Ok Daniil, my case is following: I have infinite remote buffered grid with Store filled from SQL database, after user doubleclick on row detail form window(in ASCX, ASCX.cs) should be opened. I have...
Results 1 to 25 of 41
Page 1 of 2 1 2