Search Results

Type: Posts; User: ljankowski

Page 1 of 8 1 2 3 4
Search took 0.02 seconds.
  1. Neither of the fixes listed seemed to solve the issue for me. I did notice that they were referencing gridpanels inside of dropdownfields vs a combobx. Would this make a difference?
  2. After additional investigation, it seems to be an issue specifically with the paging bar at the bottom. If you mouse over the next page item again, that's when it will tend to happen. It almost...
  3. Hello,

    I'm trying to implement http://mvc.ext.net/#/Form_ComboBox/Custom_Search/ on my site, and have come across an issue. When trying to page the results, the trigger fires and closes the...
  4. Wow crazy day.. ok so here is my question.

    We purchased our update in June of this past year because you were having a "deal" that would allow us to upgrade to 3.0. (been using ext since 1.x). So...
  5. Dumb mistake on my part, please disregard.
  6. hello,

    I've been trying to figure out how to create a custom component/components based on http://www.sencha.com/forum/showthread.php?205576 but I'm stuck when embedding resources. I get a...
  7. This is my renderer:



    var EmployeeRenderer = function (value) {
    var r = App.uxEmployeeEmpStore.getById(value);
    if (Ext.isEmpty(r)) {
    return ;
    }
    return...
  8. It works for storing the value and displaying the text when editing, but when I submit the insert/update, the text for the dropdown disappears.
  9. Here's the best I could do.


    <%@ Page Language="C#" %>

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>


    <script runat="server">
    public class Department
  10. Yeah, I'll try to simplify it as much as I can.
  11. Are you able to provide any assistance with that, or is it possible that the editrenderer would work?
  12. I had it as a separate form previously, but now I'm converting it all to inline editing. When I'd assign the value before, I'd use the following


    Dropdownfield.setValue(value, text);

    But I'm...
  13. Hello!

    I have a Gridpanel that uses the rowediting plugin. In one of the fields, i have a dropdownfield that contains a Gridpanel for choosing a certain item. I use the same renderer that's used...
  14. We had the same issues with our data and found a solution that seems to work well for us. We use a lot of entity framework and if we did it as the example code shows we would have to return our...
  15. I saw in this post this should have been fixed but I don't see it working in the latest build.

    http://forums.ext.net/showthread.php?26285-OPEN-333-Negative-number-quot-Comma-quot-is-disappear
    ...
  16. I have a remotely paged gridpanel that when clicked, loads a panel with additional information. In that panel, I have a next and previous button that allows you to navigate the gridpanel without...
  17. Yes, but with each of the available Icons, as in the example above. I basically am creating dynamic menus and want the user to be able to choose the icon for the menu item. So the combobox would...
  18. Sorry for reviving an old thread, not sure if I need a new one, but is there a way to include the Icon images in the combobox as well?
  19. Worked beautifully! Good to close.
  20. I think I'm pretty close, but need to know how to check if the store reload has completed, because what's happening is I have



    RowSelectionModel GridModel = GridPanel1.GetSelectionModel() as...
  21. Ok. That worked, but it wasn't the cause for my issue. I'll try to explain better, as I'm not even sure I can do what I'm trying to do.

    I have a gridpanel and a tab panel in an accordion layout....
  22. I have a gridpanel with a select event. If I have no item selected in the grid and change pages, the select event is not fired. If I have an item selected and change pages, the select event fires...
  23. Hope this helps.

    umManageExisting.aspx


    <ext:GridPanel runat="server" ID="uxManageGrid" Region="North" Layout="HBoxLayout">
    <SelectionModel>
    <ext:RowSelectionModel ID="RowSelectionModel1"...
  24. I have a main file(file1.aspx) that contains 2 windows with loaders to separate files(file2.aspx and file3.aspx). Based on a method in file2.aspx, a directMethod is called on file1.aspx, passing to...
  25. Hello,

    I'm trying to use a filterheader with a date picker for a date column. I receive a JavaScript error saying



    I'm using the filter code from...
Results 1 to 25 of 186
Page 1 of 8 1 2 3 4