Search Results

Type: Posts; User: navalurzu7

Search took 0.03 seconds.
  1. Hoping that by replying to your post from 4 months ago, it will refresh it for the devs and maybe they'll reply to it. I am having the same issue as this: no errors, except the error popup after i...
  2. Hello,

    I am having an issue exporting a filtered gridview to excel using 3.1, VB.net with asp.net MVC. I've done many other export to excel operations before in this exact framework, and have...
  3. Hi i'm trying to do the same thing here, but no form of grid.getSelectionModel().getSelections(); returns anything at all.

    I've tried:

    grid.getSelectionModel().getSelections();
    ...
  4. Hi.

    I have 2 grid panels set up with API Sync to update rows. Problem is, 1 works and 1 does not. please see below:

    Here is the working code:

    the Javascript function to get the Value of...
  5. I figured it out, The IDProperty of the Model in the Store needed to be "MAINT" instead of "DealCapID". I'm not sure why this was, so if you could explain a bit about what IDProperty="MAINT" means,...
  6. Hello,

    I have the following GridPanel with Store. The Store returns a result set with 327 rows, however only 148 are ever displayed in the GridPanel. I have an 'export to Excel' button on the...
  7. Daniil,

    Manually setting RemotePaging to false for the store, as well as setting PageSize worked! Originally i had either had RemotePaging set to True or had not referenced it at all. Manually...
  8. Daniil,

    I don't handle any of those 3 events inside of /GetNYRollOffs, no...I tried looking at the source code via the link you sent me, however i get an http 500 error trying to view it:24222. ...
  9. Hi guys,

    So i have a gridview set up inside of a form panel with some text fields and buttons, but can't seem to get the pagination of the result set to work. I set PageSize = 20 and have the...
  10. Ok so say i have an outlook message saved as binary in a sql database. My goal is to grab the binary, convert it back into a message file in code, then put the contents of it into an HTMLEditor...
  11. I may need to post this in a separate forum thread, but do you know if its possible at all to take an Outlooks .msg file and display it correctly in an Ext:HtmlEditor control?
  12. I actually solved this in sort of a roundabout way. I created an ext:Store and used a load handler on the store to populate the htmlEditor. I stopped trying to get an outlook .msg file to load, and...
  13. Hello,

    I've been wracking my brains for 2 days trying to figure out why I cannot correctly get the content of my htmlEditor control. I've browsed the forums and tried a good 4 or 5 different...
  14. Hello,

    I have been wracking my brain trying to figure this one out. I have a simple HtmlEditor control. My intent is to load an Outlook .msg body content into this editor on page load. The...
Results 1 to 14 of 14