Search Results

Type: Posts; User: webpresence

Search took 0.01 seconds.
  1. Thanks EnZo - I made changes to my code based on your sample and it worked.

    I think the problem was with the method I was using to load data:


    GridPanelDocumentsList.Store[0].LoadData(items);...
  2. Hi,

    I put part of my GridPanel markup in my previous reply just for people to have a quick look and to let me know if there is any thing wrong with that - sorry, its not a runnable sample.

    Do...
  3. Hi Daniil,

    Thanks for your suggestion and it works to some extent!

    The issue now is, though the node is now expanded and it shows the newly added folder underneath, when I click on the "-" sign...
  4. Thanks for the reply.

    Even doing this is not working. I added a simple alert as below - they are not getting fired when data is loaded on to the GridPanel.
    <BeforeLoad...
  5. Hi,

    I've a GridPanel whose data is populated in the following way from Codebehind:


    GridPanelDocumentsList.Store[0].LoadData(items); >> items is a list of custom obects

    This data is loaded...
  6. Thanks for the solution.

    But, I've one issue now - When I add folder names to the TreePanel, if the folder has no subfolders, I set the Leaf attribute to True.

    Now, after implementing your...
  7. Hi,

    I'm just adding a folder to the folder structure - the treepanel is showing the folder structure.

    I select a node from the TreePanel (which is a folder name within the folder structure) and...
  8. Hi,

    I've a TreePanel wherein I use a toolbar button to add nodes (Folders) to the selected node.

    Its using an AjaxProxy to populate the nodes.

    When the toolbar button is clicked to add new...
  9. Hi,

    Is it possible to change CheckboxSelectionModel Mode value from Single to Simple using javascript/C#?
    Please provide some sample code if it's possible.

    What I'm trying to achieve is:...
  10. In my GridPanel, I'm using CheckboxSelectionModel with Simple Mode. I'm using SelectionChange Listener to load details of currently selected record.
    This works when using Single select mode - but I...
  11. Hi,

    I added ComponentColumn with OverOnly property set to True. Once I sort the grid by clicking on any column the controls disappear from the column.

    Even the example on your website has this...
Results 1 to 11 of 11