Search Results

Type: Posts; User: koss

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Firstable, congratulations on the release of version 2.0 Beta! It's quite exciting to see Ext.NET making great progress and I look forward to try the new features out for the new version.

    I did...
  2. Hello! I've noticed Ext.NET v1.2 was available to download, so I happily downloaded and installed to GAC.
    Then I noticed that the Ext.Net.Utilities.dll has version 1.1.0.21129, whereas the previous...
  3. When I try to go to https://examples2.ext.net/ today, I am getting the following errors:

    Server Error in '/' Application.Execution permission cannot be acquired.

    Is it temporarily down?
  4. Since this is a .net issue and not ext.net issue, I thought I'd put it in general help section. Anyways, I solved the issue using exact version number, culture, and public key token:



    <add...
  5. Hello! I am working on building multiple applications on Ext.Net. Instead of copying DLLs to each application bin, I thought I'd put Ext.Net DLLs into GAC (Global Assembly Cache) and have it...
  6. Actually this is exactly what I was looking for: a manual way to invoke and hide masks with on client-side code.
    By the way, with Coolite 1.0 it should be:



    Ext.net.Mask.show({msg: "Loading...
  7. Hello!
    I am having some trouble due to asynchronous nature of DirectMethod call, whereas the most of Extjs events are synchronous.

    Basically, I have a form that the user is suppose to fill in...
  8. That worked!
    Thank you!
  9. Finally found the cause!!!!!!!
    The "FullName" field contained comma as in "Doe, John" and it seems to throw MultiCombo off!! I have verified this by changing the data in the hard-coded test in my...
  10. Hello!
    I am having problem with trying to bind a MultiCombo to a store and allow users to select multiple values. I have no problem populating the drop-downs with the items from a store, but as...
  11. Whoops! Didn't realize this was premium help section. Sorry!
  12. Hello!
    I first thank the folks at Coolite for releasing preview version of 1.0!
    I am excited to try the new features and going through the changelog to convert my code from 0.8.2 to 1.0 alpha. ...
  13. Thread: a Store question

    by koss
    Have you tried a List of Dictionaries? The dictionary key needs to match the RecordField names... So you would need to return a collection of dictionary<string, string>

    Edit: Found out that...
  14. That's what I use. It feels like it's kind of an indirect method/workaround. You should be able to get it directly from the selection model or gridpanel...
  15. Hmmm.. I've realized that this kinda breaks panel collapsing so that it's always set to auto-hide and cannot lock it into a split section.

    I've come up with another solution to have a fixed panel...
  16. Hello everyone!
    I am trying to create an Editor like shown on this example (the one with TextArea example) but having trouble to put Editor under an anchor within a FormPanel so that its content...
  17. Like I said, examples are nice but I am one of those niche case where many of the examples don't cover; I need comprehensive documentation. Many of my inquires in the forum went unanswered and I...
  18. As somebody who was required to learn Coolite BEFORE learning ext/js (and still struggling), this is a HUGE deal for me. I've found Coolite sorely lacking in terms of "complete" reference and...
  19. I ran into this thread and thought I'd provide my solutions.
    I also wanted to have a TEXT collapsed title (sorry using graphic image doesn't cut for me) and found an easy solution using CSS/DOM...
  20. Found a good example that explains me how to do this with Convert and setting the Serialization to "Complex" in the store:
    https://examples1.ext.net/#/GridPanel/Data_Representation/Data_Prepare/
    ...
  21. Hello! I am trying to bind a nested DataClass to a store and having trouble with it. Basically, I have a class whose attributes are another class. This seems to be a problem because the DataReader...
  22. Welp, since I could not find ways to have EventMask cover all my events and inbetween, I've found it better to use Ext.Msg.progress or Ext.Msg.wait instead. (I should've looked at the examples more)
  23. Hello everyone! I am writing an ObjectDataSource-driven form and need some help with controlling EventMask.

    So I have this form made where the store is linked to an ObjectDataSource. I got the...
  24. Is this for grid panel only? I'm working on a single form and calling the save function on the store and filterField doesn't seem to work...



    <ext:Button...
  25. Great! That solved the issue!

    Thank you!
Results 1 to 25 of 27
Page 1 of 2 1 2