Flexicious Highlighted Cell - apache-flex

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

Related

How to hide clr-dg-placeholder

I have a datagrid that always show the clr-dg-placeholder even if I did not ask for it.
Is there a way to avoid having it displayed? Right now, if my grid has only one line, I can see a second one that corresponds to the clr-dg-placeholder item.
Thanks

Selected Item losing Highlight in QTableView

I have a problem with the extendedSelection of my QTableView.
The Problem is that i have some whitespace around my columns and rows and when i click this whitespace the highlighting of my selected Fields is lost.
Its not ocurring when i click somewhere else in my application, only in the whitespace.
Also when i set the selection mode to SingleSelection it works just fine.
here is a short gif to illustrate the problem
https://gyazo.com/8e4ae161aaff25a4afa1b588579ddd01
thank you everyone who can help me
sincerely
Because that white region belongs to QTableWidget, so when you click that place it resets the selection and selected cell is gone since none of cell is selected. But when you click outside of the QTableWidget, selection state still exists.So If you do not want to this, you can increase column widths like this:
ui.tableWidget->setColumnWidth(columnNumber,columnWidht);
or you can decrease the width of QTableWidget to fit the columns. So user can not see and click this white region.

Cell border in xtragrid

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.

What's the best way to show "focus" in a grid?

I'm drawing a standard grid view with rows and columns, but I want to do something unique and interesting to mark the focused or selected cell. Any ideas? The dotted-line rectangle is out. :)
Allow me to through an idea - hook the onfocus/onclick client events of the gridview cells and apply your css classes or some kind of jQuery animation when those events are raised.

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