Search Results

Type: Posts; User: rymac

Search took 0.01 seconds.
  1. Hello,

    I have posted about this a while ago, but I am using a drag and drop in a GridView to change the order of records I have in a database. The reorder works in the view, however, I am having...
  2. I'm able to get a static tooltip to display over my grid, but I would like to make it dynamic to display the data in the cell hovered over. Here is what I have in my view, including the grid I would...
  3. I am trying to get rid of the hover effect. I have created my own CSS hover and selected effect, the gold color seen in the attached screenshot. 25297

    However, the last item in the grid or menu...
  4. Hi Fabricio,

    Thanks for your reply. I've been able to get an alert to appear in a listener. Here's my code:



    .View(
    ...
  5. I'm using a .CellDragDrop() in a .GridView() to move data from one cell to another. This works, however I am trying to have the data that I dragged replace what was previously in the database. I am...
  6. Thank you, Fabricio!
  7. I am trying to get a .Panel() element to display just below my .GridPanel() element, all on the same tab. Here is my current code:


    Html.X().TabPanel()
    ...
  8. Hi Fabricio,

    I was able to set the tabs to display horizontally simply by adding
    .TabRotation(0) to my TabPanel element. Thank you for your time.
  9. I'm trying to use the TabConfig in TabPnael method to rotate the tabs. The tabs are currently displayed vartically, but I am trying to rotate them to be displayed horizontally. Is there a way to...
  10. I've created a sliding navigation menu from a treelist, and it has expandable dropdown menu items. When one of the expandable dropdown items is clicked to where the items exceed the menu height, a...
  11. Please find below my reformatted code:




    /*right pointing arrow*/
    .x-treelist-nav .x-treelist-row .x-treelist-item-expander:before {
    display: inline-block !important;
    width: 0;
    height: 0;
  12. I have created a custom made sliding menu navigation panel, for which I have built navigation arrows for the .x-treelist-item-expander elements that are supposed to point to the right before an item...
Results 1 to 12 of 12