Search Results

Type: Posts; User: redi

Page 1 of 4 1 2 3 4
Search took 0.01 seconds.
  1. Yes, because I want to add a condition when a parent row doesn't have any child, the collapsible button won't show.
  2. Hi,
    How to disable rowexpander collapsible from code behind?
  3. Hi,
    I got another question. I have a gridpanel 'GridPanel1' this is the parent grid, and 'GridPanel2' (the child grid). On the child grid there's a column named 'SMUDifference'. There are more than...
  4. This is how I do it,




    Public Sub CellDblClickHandler(ByVal sender As Object, ByVal e As DirectEventArgs)
    If X.IsAjaxRequest Then

    Dim TextDocNo As String =...
  5. I have a grid with row expander, the row expander has before expand direct events, calling a function on code behind.

    The expanded grid also has itemdblclick and itemclick direct events....
  6. Yes, 80 Parent rows and each parent has one child row.
  7. I am having problem using row expander with 'Has Many Associations'. There are about 80 rows that need to be expanded at page load, each rows has child, those child are called from database. The...
  8. How can we change the default date?
  9. Hello,

    I have a gridpanel with add/delete button for inserting/deleting rows. The rows supposed to be interrelated. for example after the add button clicked, the EndTime in the first row should be...
  10. I'm having problem with timefield editor in datecolumn. I have two datecolumn with timefield editor, "StartTime" and "EndTime"

    The first time it's loaded, the StartTime show "19:00" which it got...
  11. Hai Danill,

    Thanks for your reply. Yes i could do the calculate from server side when i load data from database and store it to store. But in my case, that the grid can be edited when the form...
  12. Hai,

    I have some problem with column with nested grid plugin. How can i get summary column in parent grid? Or somebody can give me an example to do that. The summary is from child column in nested...
  13. It works. Thank you.
  14. I've got another question. If I have more than one field in the ext:window, they're aligned vertically (like below attached image), how to make it horizontally aligned?
    ...
  15. Thank you so much. It works.
  16. Hello,
    Sorry about that. Here's the code.



    <%@ Page Language="vb"%>
    <%@ Register assembly="Ext.Net" namespace="Ext.Net" tagprefix="ext" %>
    <%@ Import Namespace="Ext.Net.Utilities"%>
    <%@...
  17. Hello,
    I have a grid with pop up text editor, the pop up shows if one of the rows clicked. The problem is that after I close the pop up, it passed the value to the row grid but it doesn't show the...
  18. Aha...

    that's what i'm talking about...I think my problem has solved.

    Thanks fully Danill for your help and support. :)

    You can Closed this thread.
  19. Thanks for your reply Dannil,

    Ok, make this simple. I have Grid Master Detail, and i want to used a Grid with nested grid. then how i can get all row from parent and child (like an image that i...
  20. Hello,

    When I use ItemDblClick and ItemClick, both at the same grid, both have mask, there is a problem when I double-clicks, it calls both events simultaneuosly. So it first calls the...
  21. Hi Danill,

    I was try your suggestion (get inner GridPanel) using this code



    App.GridExpander.getRowExpander().componentsCache[0].cmp
    App.GridExpander.getRowExpander().componentsCache[1].cmp
  22. Hi Daniil,

    My Code still problem, please help me, how to solve this problem.



    var populateExtra = function(extraParams) {
    var gridsData = [];
    var...
  23. Hi daniil

    here my simple Code.
    aspx form



    <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="WebForm13.aspx.vb" Inherits="RowExpen.WebForm13" %>
    <%@ Register Assembly="Ext.Net"...
  24. Hi daniil,

    Thank you for your reply.



    i've been tried to complement this with your code, but not success
    would you like to help me to complement my code..?
  25. Well then, could you please point us on how to place those line of code you recommend?

    The parent grid is called MasterGrid, it's defined on the aspx form, but the nested grids were created...
Results 1 to 25 of 77
Page 1 of 4 1 2 3 4