Search Results

Type: Posts; User: RPIRES

Search took 0.01 seconds.
  1. I guess I might have found a bug. Can you guys please take a look?

    Attached are the print screen explanations and the source code.


    Thank you!


    Rodrigo
  2. I've a gridpanel with 5 colums, being the last one the "Details" column, where I render an image (icon). When this details cell is clicked, I perform an action (open a window).

    What I need to do...
  3. Thanks once again Mr. Geoffrey!!

    I've figured it out following the example.



    X.MessageBox.Notify(new NotificationConfig { Title = "Success", Html = "message", Icon = Icon.Information,...
  4. Hi!

    Tks for your attention.


    Please see code files attached.
  5. Geoffrey,

    The problem is NOT the alignment (top, bottom, right, left etc) of the notification message....


    The problem is the WINDOW element that Coolite is using as base to align the...
  6. Anyone, please??
  7. As they say, an image tells more than a thousand words.... please see attached.

    Thank you!
  8. Anyone, please?
  9. Hello,

    I've added a ImageCommand column to a GridPanel, but its icons are not showing up.


    Here is the code (just like in the example page):
  10. Hello,

    I've a window (id: win_page), which is in the iframe mode. The iframe loads an .aspx page which has another Window (id: win_detl).


    I'm calling a Notification inside the "win_detl"...
  11. Guess I've figured out the solution:

    protected override void OnPreRender(EventArgs e)
    {


    base.OnPreRender(e);


    this.FormPanel1.ClearInvalid();
  12. Anyone, please?




    Thank you!
  13. Hello,




    I'm trying to implement a page kind like this:


    https://examples1.ext.net/#/GridPanel/Miscellaneous/Details_Window_Remote/
  14. I don't need AutoLoad, I want to load the grid manually.


    I checked and couldn't find a Reload() method for the STORE object. Don't you mean GridPanel.Reload()??


    If so, looking at my code,...
  15. Hello,

    I'm using Remote Paging just like the example page below, but using DataTable instead of List<object> as data source:

    please click on "Source Code" button
    ...
Results 1 to 15 of 15