Search Results

Type: Posts; User: ArcadisUS

Search took 0.01 seconds.
  1. Hi Daniil, thank you for the reply. What you suggested
    RowToDelete = StoreComments.deleted[StoreComments.deleted - 1].data.commentID; gave me a null result because on the first delete it was...
  2. I have a gridpanel that I am using the "Delete" key to be able to delete the selected row. The first time you hit the key and click yes on the confirmation window that will appear, it sends the...
  3. Hi, I have a button that is being clicked and using a DirectEvent to load a Store that is used for a GridPanel. The EventMask starts when the button is clicked but ends before the Grid and some...
  4. That worked, thanks!
    Do you have any examples of binding a treegrid to sql or xml?
  5. Here's a mockup
  6. I'm trying to split the center area in 2 somehow, giving me a layout that looks like 4 different areas (hopefully collapsable), I can't seem to find anything that works. Any suggestions?



    ...
  7. //Here you go..thanks in advance


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

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <%@ Import Namespace="System.Data" %>
    <%@ Import...
  8. <ext:TreeGrid ID="TreeGrid1"
    runat="server"
    Title="Projects"
    Width="500"
    Height="300"
    NoLeafIcon="true"
    EnableDD="true">...
  9. Hi, hopefully I can describe what is happening in an understandable way.

    The combobox below is tied to a web service. When the page is coming up at the start it is pre-populated with a value. So...
  10. I have attached a screenshot and a portion of the code. In the screenshot you can see that the Review Status, Contract Type and 2 other columns, the information is centered but not the but not the...
  11. Hi, I am new to Ext.net and trying to figure out how to align the text in a column header. Most likely to the center. I know you can easily align the column information, but I have searched and not...
Results 1 to 11 of 11