Search Results

Type: Posts; User: drizzie

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Thanks! That works great!
  2. Can you show me a simple example of how to implement server-side paging using the dataview control and paging toolbar? I could not find one in the examples.
  3. I have figured it out. You have to set the QueueName property on the InfoPanel.Config object. Note that it must be lowercase.
  4. The example shows how to use standard queues. How can I use the standard queue and use some configuration? For example, how can I set the UI property, width, autohide, etc?
  5. Thanks, that resolved the issue.
  6. When I use this select box to bind my grid, it pops back open. How can I resolve this?


    <%@ Page Language="vb" AutoEventWireup="false" %>

    <!DOCTYPE html>

    <script runat="server">

    ...
  7. When the user is typing in the box, the grid filters apply too fast. We would like to add a longer delay. Is this possible?

    Or is it possible to only filter when hitting enter?
  8. Ah, that did it! Thanks!
  9. Here is a third example not using reconfigure, but the same problem that exist in the first example exists here. The ANOTHER! column isn't hidden when the grid is re-rendered.


    <%@ Page...
  10. Hmm, well it isn't. Please execute the code in the first example. Below is another example including the GridFilters plugin. In the first example, you will notice that once the ANOTHER! column is...
  11. The GridPanel.Reconfigure() method has an XML comment saying that plugins may need to be reconfigured after calling it.

    How can I go about reconfiguring a plugin after calling the method? ...
  12. Of course. What I ended up doing was not building the store in codebehind. I built it in markup and just assigned the Grid.StoreID parameter to Store.ClientID.
  13. Nevermind, I was able to solve my problem.
  14. Hey guys. I am creating the store in my code behind and rendering it. I am then trying to handle the RefreshData event. I get the following error:


    Any ideas on how to do this without the...
  15. Okay, thank you.
  16. Hey,

    I have another issue. The check all button doesn't hide when setting the HideCheckAll property to true on the CheckboxSelectionModel. Any ideas what to do to make it work?


    <%@ Page...
  17. Thanks, I used the combination if Listeners and DirectMethods.
  18. Okay, here is a simplified test case:

    Simply clicking on the command icon (or where it should be, mine weren't showing up, but the command still executes) reproduces the error.


    <%@ Page...
  19. I created new post since this is a different issue. But the code is the same:

    When I click on one of the cell commands I get the following error:



    What can I do to resolve this?


    In a...
  20. Acutally, I need the viewstate. How can I get this to work with the viewstate?
  21. Actually, disable the viewstate fixed the issue...I think I've got it working now. Thanks for your assistance.
  22. Okay here is what I have. I am getting the error



    Can you help me resolve this so my grid will render when I click a button that calls Build().

    In a user control:

    <ext:Store
    ...
  23. How can I force a grid that is rendered, to rerender then. After adding these filters? Can you give me an example of adding the filters and then rendering re-rendering a grid?
  24. Is this supported directly in ExtJs? Do you know the corresponding javascript that could get this done?
  25. I need to add grid filters to my grid dynamically. How can I do this?
Results 1 to 25 of 31
Page 1 of 2 1 2