Search Results

Type: Posts; User: oooh

Search took 0.01 seconds.
  1. Hi All,

    I would like to know if it is possible to create a group header for a gridpanel using codebehind C#. The output should be similar like the following code.

    Thank you for your time!


    ...
  2. Thank you for your suggestion!

    I have been testing around with the above tutorial.

    Is it possible to assign the return value of a DirectMethod to a javascript variable?

    a sample code...
  3. Thank you for your time and guidance.

    I have the following customer class as follow,



    public class Customer
    {
    public int ID { get; set; }
    public string FirstName {...
  4. Hi All,

    Thank you for your time and insight!

    Please consider the following sample. After the 3+ clicks on to the grid, the page is frozen and further editing is prohibited.




    <%@ Page...
  5. Hi All,

    Is there anyway we can reflect the changes (Add, Delete, Modify) to gridpanel with refresh button?

    Please see the following example,
    ...
  6. Taking your advice, I am using the following code instead. (It is working :) Thank you!)

    ASP.NET PAGE


    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="GROUPING.aspx.cs"...
  7. Thank you for your info!

    Here is the original code:

    ASP.NET page




    <ext:Toolbar ID="PipingLocationDDL" runat="server">
  8. Thank you for your help again!

    I have the group summary feature enabled in my gridpanel. However, the summary row does not refresh/recalculate when filters are applied.

    Is there anyway we can...
  9. I have a question about the getLastSelected method. I am unable to get the last selected row with this method.

    Please see the following code. I am keep getting the current selected row index as...
  10. Thank you! This work amazing :)

    For anyone that run into this same problem. Here is a sample working code.



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

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net"...
  11. Thank you for your time!

    Is there anyway we can determine the current position of the scrollbar?

    If a user insert a new row in the gridpanel, It automatically scrolls to the top. Ideally, we...
Results 1 to 11 of 11