Search Results

Type: Posts; User: Caleb

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Hi Fabricio,

    Please feel free to close this ticket. The last insight you gave about the Grid's View property helped immensely. It was necessary to not only access the summary results of the grid....
  2. Hi Fabricio,

    Thanks; everything almost works the way we need it to. One thing odd though, is the last summary row, which is dynamically calculated by a JS summary function, does not get picked up...
  3. also ... ideally when we click on the top left corner to perform the "select all" ... I'd like to be able to hook into that event, and add in the logic wired to the explicit copy button so everything...
  4. Hi Fabricio,

    I think the spreadhsheet plugin that you mentioned is closest to what we're looking for. However, playing around with it I'm still not seeing the user friendly verbiage for each...
  5. Hi, Ext.NET

    Our users need to be able to manually select all the data from a GridPanel. And then paste the results somewhere else.

    Below is an example of a GridPanel ... the problem is that we...
  6. Hmm... I've tried to call the UpdateSelectedItems method from the server side, but may still be missing something.
    The immediate results after that on the server-side as well as the client-side...
  7. Hi Ext.NET,

    From the serverside, when I invoke a SelectAll() on a combobox and then immediately check that web control's SelectedItems property, the values are not what I'd expect.
    1) click any...
  8. Thanks fabricio! i forgot to guard my page load w/ a check for AJAX postback and/or standard ASP.NET webform postback. So yea, that was the thing that was messing this trivial example up. Please help...
  9. Hi Ext.NET, just following up on some help for this.
    Hopefully this is something trivial?
  10. Hi Ext.net,

    Having trouble getting my multiselect combo to reflect any new data dynamically bound to a control (e.g. multicombo).
    I've abstracted the issue out to this simple example below and...
  11. Ok, i found that this pattern of suspending events prior to invoking SelectAll, then resuming events afterwards seems to work.

    this.SuspendEvents();
    this.SelectAll(); // serve up this FP...
  12. Hi Ext.NET,

    Am trying to select all items in a multi-select combo box, from certain times in serverside processing. But do not want this to trigger any of the control's normal event handlers...
  13. Hi Fabricio thank for your help in verifying this.
    Got stuck on several other things, and just returning now. Discovered that the issue was with the CSS, which somehow got generated (not entirely...
  14. Hi Fabricio, thanks for checking this. I think I forgot to mention one important detail about the situation.

    1) Yes, the Active Tab starts off with the right color of a dark grey.
    2) But once...
  15. Hi Ext.Net just checking on this. Are you seeing the same on your side?
    This is very odd, because the browser's dev tools show the active tab (on a plain tab bar) has a dark grey CSS rule that ought...
  16. Hi, I believe there may be an issue with the rendering the active-tab shading for TabPanels configured with Plain attribute = true.

    Here is the example of a TabPanel with its Plain setting turned...
  17. yes, we're all good. Please do close out, thanks
  18. Thanks Fabricio,
    Replacing Ext.NET label with more basic component, and then adjusting the height property as needed, worked.

    I chose to stick with Visible = false, rather than Hidden = true,...
  19. Hey Fabricio,
    Thanks for setting up a testable version of this. Have been stuck resolving several auxiliary functionality for this in our platform and some other ext.net things. Now those are...
  20. Thanks @fabricio,

    I've tried the lighter weight container approach you mentioned. I'm not sure if I implemented w/ Ext.NET best practice or not, since there's now containers sprinkled everywhere...
  21. Hi @fabricio

    Thanks for the suggestion. Can get my "window" for the ext.net to display in modal format, but getting stuck on adding simple content to it.

    As I try to add ext.net components...
  22. Hi @fabricio.murta

    Thanks for the suggestion. Am about to try using a modal window. Looking at the examples, I think it'll be something similar to this one:...
  23. Hi, I'm trying to implement a simple questionaire that occasionally pops up to some of our users, when certain criteria are met.
    It should roughly behave like this:


    [DirectMethod(IDMode =...
  24. Hi, I noticed the Ext.net FAQ has a link to this third party book about Ext.NET framework and development:
    The Packt “Ext.NET Web Application Development” book authored by long time Ext.NET...
  25. Thanks a lot, please feel free to close.
    Will submit a separate ticket to follow up on getting TypeAhead feature to work.
Results 1 to 25 of 39
Page 1 of 2 1 2