Cell border in xtragrid - devexpress

I have one Devexpress xtragrid with certain columns. Now I want to remove the bottom and left borders of the second and third column. Is there any way to achieve this? I tried to draw cell border with the grid back color. But it seems not working for me.
I have attached the screen shot of the grid with in which I have marked the expected behaviour. Kindly help me.

Please refer to the How to merge cells horizontally in GridView example which demonstrates how to implement a similar feature.

Related

Bootstrap right col right absolute aligned to page with no-padding

I'm trying to create a row with two cols. And right col should be right aligned to the page... I don't want use container-fluid... please help...
Thanks
As for now to align the one column to the right so that it takes up the whole screen, I would think that you would be better off with custom styling.
https://www.codeply.com/go/oPTBdCw1JV
It would be a lot easier to figure out this problem if you post an example code snippet with the picture.

BIRT Column Width not being Respected

I'm trying to create a BIRT report. The code and query side of it works just fine, but the display is rather wonky.
There's one column whose text contents are rather long, and instead of showing some text and allowing scrolling of the text (which is the behavior I'd like there), it simply shows up as a very vertically long text block; kinda ruins the report a bit. I've also tried setting the width on the column, but no dice there either. Any ideas?
Also, as an aside, how do I get the table's columns to have grid lines? I can do that on the rows, but I can't seem to figure out how to do that for the columns. If anyone has insight into that issue, it'd be appreciated.
Here's a screenshot of the issue
Here's my BIRT report XML, without headers and footers in order reduce characters
I think there is no way to use a scrollable view element inside your report, because the output by the default html-emitter is completely static (I would like to see a different answer if this should be wrong).
To your second Question about how to add a border to a column. Click into the cell of your table, click on "Border" inside the "Properties Editor" and select the borders you like to use. This should be repreated for all cells where you want to use the borders, because this configuration is not applied for a whole column but just for one cell. If you want a border for the whole column you need to setup the border for every cell in the column.
If you have already a data cell inside your table cell, you can use the outline view to select the table cell instead of the data cell:

How to make columns in Slickgrid cover entire grid/row width?

Im trying to get slickgrid to autoadjust the columnsizes to fit the width of the grid but it do not seem to work. There is a grayish area to the right.
This is how it looks:
When i manualy click "Adjust column-sizes" in the menu the result looks like this:
That how I want it by default and not by having to click the menu-option.
Anyone who have had the same problem and know what the fix is?
Thanks in advance
You have to put the sum of column percentages to be equal to 100 to get them to display so

Flexicious Highlighted Cell

I'm wondering about highlighted cells in Flexicious Ultimate DataGrid. Not highlighted rows, but highlighted cells. I think maybe they are called active cells?
But my question is how can I remove all highligting of cells from the Grid? I don't want this functionality to occur. I can't find a way to do it.
Thanks!
enableActiveCellHighlight=false

Highlight selected cell of a flex data grid

I have a flex data grid.I need to highlight the selected cell of the data grid.can u please help me?
AdvancedDataGrid does have a property selectionMode. Change property value single cell or multiple cells, you can select and highlight cells.
DataGrid automatically highlights the selected row (see the examples)
If you're looking for a table-like component, check out Grid or Tile.
It would also help if you would post your source code so that we would know what you are trying to achieve.
I know data grid automatically highlights the selected row.But I'm not searching for row highlight. I'm searching for cell highlight.For example say if I will click on 1st cell of data grid, instead of highlighting the first row it will only highlight the first cell(row-0,col-0)
Thanks!
by setting datagrid property -> selectionMode="singleCell"

Resources