Questions tagged [flexicious]

The Flexicious DataGrid (and UltimateDataGrid) is a Flex 3rd party data grid component.

The Flexicious DataGrid (and UltimateDataGrid) is a Flex 3rd party component designed to supplement the existing data grid and address many of its shortcomings.

29 questions
0
votes
0 answers

Cant get ExtededDataGrid in Flex to filter with ComboBox on multiple columns

LATEST UPDATE: Issue answered here. Some one else at stackoverflow had a similar issue and it was resolved. Solution provided for convenience. This is the line of code I was missing: comboHeaderColumn.useLabelFunctionForFilterCompare = true; that…
CodeChops
  • 1,980
  • 1
  • 20
  • 27
0
votes
1 answer

Flex/Flexicious UI Bug with Firefox v19

We have a Flex program which uses Flexicious grids and have recently upgraded to Firefox v19.0. We have found that if the Firefox browser has a theme on it, we encounter an issue: If you are working in the Flex program, everything is fine, but if…
user1916817
  • 73
  • 1
  • 8
0
votes
1 answer

Flexicious - Close itemEditor

I got a very stupid problem which I just can't resolve : I want to close an item Editor in my FlexDataGrid from Flexicious. Indeed, when I hit the Enter key, I enter my itemEditEndHandler function, but then the itemEditor don't close (however it…
LE GALL Benoît
  • 7,159
  • 1
  • 36
  • 48
0
votes
0 answers

Flex Array of buttons in datagrid

I have an ExtendedAdvancedDataGrid with a column which has toggle buttons in it (here is a snippet of the mxml code):
user1916817
  • 73
  • 1
  • 8
0
votes
1 answer

Flexicious MultiSelectComboBox Popup Text color

I have a MultiSelectComboBox in an ExtendedAdvancedDataGrid to filter a column, and when I click on it, the text in the popup box (a list of check boxes) is light grey on a white background. I tried changing the style using popUpStyleName, but…
user1916817
  • 73
  • 1
  • 8
0
votes
1 answer

Flexicious Components Style Options

Is there a reference somewhere that lists all the style options for each type of component?
user1916817
  • 73
  • 1
  • 8
0
votes
1 answer

Flexicious Ultimate Datagrid: set height of column header

I am adding a headerRenderer to the FlexDataGridColumn. Is it possible to customize the height of the FlexDataGridColumn so that all elements of the headerRenderer are visible ?
casey
  • 33
  • 5
0
votes
1 answer

Hide some dynamic levels on Flexicious Datagrid

Using ultimate flexicious datagrid with enableDynamicLevels="true", I search a way to hide the last two dynamic level created on flexicious datagrid(using a groupingcollection). For example: in the groupLabel column, I have the following tree >2010 …
casey
  • 33
  • 5
0
votes
1 answer

Flexicious Ultimate DataGrid keep focus in itemEditor when clicking on scroll bar

Is there a way I could do this? I want the user to be able to click in an editable cell, and then if they happen to click on the scroll bar for the DataGrid I want to keep the itemEditor showing and not go back to the normal dataField. How could I…
user1513171
  • 1,912
  • 6
  • 32
  • 54
0
votes
1 answer

Flexicious : single footer with dynamic levels

Using ultimate flexicious datagrid with enableDynamicLevels="true", I try to have an unique footer instead of one per level. Is that possible ? And if yes, how ? Thanks !
cporte
  • 2,191
  • 3
  • 20
  • 30
0
votes
1 answer

Deleting a row from Flexicious dataGrid

In a Flex DataGrid, you can delete a row using [Objectname].removeSelectedIndex(); But this function is missing in the Flexicious DataGrid. Is there any other way / function to delete a row in flexicious?
0
votes
1 answer

"Flexicious" : not able to change the search functionality dynamically in a data Grid

"Flexicious" a third party component library built for handling very larg data set in DataGrid for flex, The issue is, i am not able to change the search functionality dynamically in a data Grid.
Nikhil Mahajan
  • 54
  • 1
  • 2
  • 12
0
votes
1 answer

Flexicious DatagridColumns columnWidthMode='percent' not showing correct

I'am using a Flexicious Datagrid for showing some basic information. This datagrid has a width and height of 100% based on the parent container (a HGROUP). When I apply a columnWidthMode="percent" mode to all of the DatagridColumns where all the…
CGBe
  • 183
  • 1
  • 11
0
votes
1 answer

Flexicious Filter not working correctly

I'm using a Flexicious Ultimate datagrid for visualising some data. I'm using the built in Filter field for some columns. This is working fine if I don't use any labelfunction on the provided cell data. The Flexicious filter data is automatically…
CGBe
  • 183
  • 1
  • 11
1
2