Search Results

Type: Posts; User: TransBIRptSup

Search took 0.01 seconds.
  1. The nested grid panel's header-columns do not align with the rows (could not attach screenshot)



    // Creates the Trailer level grid panel
    GridPanel grid = new GridPanel
    ...
  2. Vladimir, I am NOT able to add the below code.


    routes.IgnoreRoute("{exclude}/{extnet}/ext.axd");

    My RouteCollection class has no method called IgnoreRoute. I have MapPageRoute though.

    I am...
  3. We can use "Grouped Headers example in Examples Explorer" as reference code.

    In this how would you add columns filters to "Price" and "Change" fields?
    I tried adding
    ...
  4. make multiple columns to be a part of one common column header



    <ext:Column ID="Column3" runat="server" Text="Schedule">
    <Columns>
    <ext:NumberColumn ID="Column1" .......>
    ..........
  5. How to add a GridPanel within one of the tabs of a tabpanel?
  6. Can anyone provide an example of C#.NET code to produce a collapse Listener from Code Behind when dynamically generating grid panels? In markup the code snippet looks like this




    <Plugins>...
  7. fabricio thank you very much for your response, I surely would not have figured this one out without you! I have confirmed this fixes my issue. -MCR
  8. Hello, I am finding that GridPanel CustomSummaryType javascript function uses records.length, but this value is the PageSize of the store when the grid has a paging toolbar. How do I get the total...
Results 1 to 8 of 8