Search Results

Type: Posts; User: ArjunVasisht

Search took 0.01 seconds.
  1. Team,

    I have a combobox whose width is fixed. But once the combobox is expanded, the data are being written in multi lines as the length of the text exceeds the width of the combo.
    Is there any...
  2. Team,

    I want arrange the text of the vertical menu in a horizontal way:
    Please have a look at the below images:

    Current screen :

    24507

    Need something like this:
  3. Hi fabricio.murta,

    The code you have given works fine when I drag a child and drop it on the folder. But when I drag an entire folder and drop it, its not working as expected.
    Actually I had...
  4. Thanks fabricio.murta,

    Its working fine. :)
  5. Hi Hi fabricio.murta,


    Can you please Elaborate the below statement with an example:

    "That said, you have just to make beforerecorddrop call a direct method with a callback function. The...
  6. Hi fabricio.murta,,

    Thanks for the reply.

    Actually we had the approach of having all the values saved in the source panel. But as you u have mentioned the data will be too huge.
    And in the...
  7. I have 2 tree panels, I will be dragging a dropping value from one tree to another tree.
    The second tree will have multiple columns. The first column will have the data which is dragged from the...
  8. Thanks fabricio.murta,

    I put an if condition to check if it is a leaf and its working nicely.

    And one more thing, when I drag and drop a folder from one tree panel to another, I want the folder...
  9. Hello fabricio.murta,

    One problem in this approach is that when I drag and drop a folder from one tree panel to another, only folder gets created but not the data inside. Can you guide me how can...
  10. Hello fabricio.murta,

    Your code works great.!!! Thanks a ton :)

    That is exactly what i required. I have few more validations to be done. I am working on it. I may need little more help on...
  11. Hi fabricio.murta,

    I tried the approach you have mentioned to some extent and ended up something like this in the below fig:

    24398

    I could create the folder but am not being able to drop the...
  12. Hello,

    There is a requirement wherein I need to drag and drop a leaf from one tree panel to another tree panel in such a way that the leaf should come along with its root folder. How can we...
  13. Hi Daniil, Please find the test case below:

    The child nodes of the tree grid are loaded only when the parent node is clicked. Now the user directly drags and drops a value from the above grid on a...
  14. hanks Daniil,

    BeforeLoad event did work for me. But I am also using drag and drop functionality.
    If I drag and drop a row before expanding the node, the row is not binding.
    But if a drag and...
  15. Hello All,

    Can anyone tell me what event to be fired when the node is expanded.
    Initially I would be binding only the first level nodes on page load. I would want the child levels to be bound...
Results 1 to 15 of 15