I am using SpagoBI studio to create BIRT report.
I inserted a Grid into my BIRT report but I coudn't move it from its place (the middle of the report, there is a table above it)
How can I move the Grid to the top of my report?
I tryied to move it with the mouse did not work.
Thanks in advance for your help!
actually you should be able to move the grid on top of the document.
Just pay attention to the cursor position: when dragging the grid, the cursor should be on the top left corner of the report.
Best regards
Davide
Related
I've just come across the new Grid layout system in Umbraco, which seems quite interesting, however I can't seem to find a way to include a grid within a grid.
I've added a simple 2 column row onto a page in the example below, but now I want to add another 2 column row within it to fill in the 2 red squares. Is this not possible or am I missing something obvious?
If I click any of the layouts at the bottom it instead adds them as an extra row to the bottom of the page rather than inside an existing grid.
The only way to include a grid in a grid (that I'm aware of) is to use the Doc Type Grid Editor package: https://our.umbraco.org/projects/backoffice-extensions/doc-type-grid-editor
This package allows any Document Type to be the basis for a grid editor. I was able to create a grid editor that was a set of tabs where each tab had a grid data type for the content. The data type was specific to tabs so you couldn't create tabs in a tab.
I also created a package (v7 Dialog Expander) to allow the dialog flyout to expand: https://our.umbraco.org/projects/backoffice-extensions/v7-dialog-expander. I did this because a grid in the small width of the dialog flyout was just too small.
It is definitely possible and actually has worked out well so far. That said, I would tread lightly here because there could be issues that we haven't yet discovered as this solution is still on a development project.
I am trying to achieve the functionality of drag and drop in a grid. I am so far successful in dragging a specific column However the UI requirements are that, I should be able to drag a complete row. Is this possible? If Yes, how?
Thanks,
Abinash
I don't have enough points to comment, but if you are looking to drag and drop rows within a grid, that is possible through the Sortable integration to the Grid:
http://demos.telerik.com/kendo-ui/sortable/integration-grid
Probably the silliest question you've seen today, but I can't figure out how I can reach the off-screen cells, so i can customize them (In the designer)
How can I customize the 4th cell in section 2 (or anything below, not visible):
You can simply select the table view and then scroll using a scroll wheel or touchpad.
I've been searching the .png files on my Mac looking for the iPad Table View row insert icon (a white plus sign on a green background surrounded by a gray circle). I'd like to use it in a custom table view that inserts records. Is it possible to find that particular icon from Apple on my computer? Is the fact that it's not easy to find a hint that perhaps I shouldn't use it?
Thanks
You're looking for the UITableViewCellEditingStyleInsert button:
I am working in MVC and I want to show my data in an asp GridView and I also want to change the row backcolor whenever mouse hover that particular row. Please let me know how can I do that.
Thanks in advance,
gbhatnagar.
Use Javascript (JQUERY!) and have an on hover event for the row. So when hovered over, you switch the previously highlighted row go back to normal and change the colour of the current row.
You could easily do it with Jquery and by having a row css class and a highlighted row css class.