Search Results

Type: Posts; User: pj_martins

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Thank you, applyState was what i was looking for.
  2. I'm trying to save a grid's state to a database instead of using the built in cookie stateprovider. I'm able to capture grid's state successfully via the savestate event passing the state as a...
  3. Thank you, sending the sortinfo as a parameter worked perfectly, however I'm trying to go a bit of a different route so I can save the entire grid's state to a database instead of using the built in...
  4. I have a grid of which I need to capture the sort info on server side. The SortChange event fires successfully, however, the Direction is always Default and the Field is always empty. What else needs...
  5. Is there any way to have the pagingtoolbar for a grid save it's page size similar to how grid column sizes are stored?
  6. Excellent, works like a charm. Thanks.
  7. So now I can get the text to display correctly, however, the checkboxes are not appearing:



    <ext:MultiCombo ID="cboType" runat="server" Width="200" FieldLabel="Type" LabelWidth="45">
    <Template...
  8. Is there a way to have a select all item in a multicombo to select all items and either display some generic text when selected rather than displaying all selected items with comma seperation?
  9. I have a multicombo of which I need to add a list item containing either <, > or [, ]. When using <, >, the text does not display in the drop down unless it is encoded, but displays correctly in the...
  10. See code below, the middle font uses style to set the size instead of the size attribute. This allows me to pick a more granular size. Is it possible to have the editor set the style instead of the...
  11. I have a panel with a toolbar as shown below. Is there any way to have Button2's menu pop down when the user hovers over the button, and hiding it when the user moves off of the menu. I can get the...
  12. Is there a solution yet for getting this to work under IE?
  13. Thanks, worked perfectly.
  14. Is there a way for the first field in the RowEditor plugin to be focused as soon as it is shown? I have tried using the show listener for the field's editor as shown below, however it only works the...
  15. Thanks, that solved it.
  16. I have an HtmlEditor in a child panel of a TabPanel. The HtmlEditor is read-only and its html & text is not being displayed.



    <ext:TabPanel ID="tabMain" runat="server">
    <Items>
    ...
  17. I have a tab panel with two panels in it. The second panel has autoload IFrame which get its content loaded when the panel is shown. However, when it is shown I get the following javascript error:...
  18. No, it was my mistake, the sample I gave you worked fine on my end after all when I wired in the OnEvent for AfterEdit. The problem in the actual project was I was setting the wrong column.
  19. Rookie mistake. Works fine, thank you.
  20. Here's the code I'm using, still doesn't seem to work:



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

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <script runat="server">
    protected...
  21. I am trying to update a single cell in a grid on a row editor's AfterEdit Success. I am trying to avoid calling store.reload() as I do not want to make a server call. I've tried to use...
  22. I'm trying to call a server-behind function within a template column, something like:



    <ext:TemplateColumn ColumnID="{testInput}" Header="Test" DataIndex="{testInput}" Fixed="true" Width="120">...
  23. Did you ever find a solution?
  24. I have created a grid using the roweditor plugin. However, when I create a CheckColumn with a CheckBox as the editor, the editor is not editable when in edit mode. Am I missing a property? (In the...
  25. I have a grid in a ViewPort to fill a page, however, when you resize the browser window, the grid does not immediately resize until window resizing has stopped. How can I get the grid to resize...
Results 1 to 25 of 31
Page 1 of 2 1 2