Questions tagged [gridex]

GridEX is a commercial grid control for .NET developed by Janus Systems. It offers advanced editing, sorting, filtering, grouping, and formatting features that may appeal to users seeking an alternative to .NET's standard DataGrid and DataGridView controls.

69 questions
1
vote
0 answers

Generic GDI+ error in Janus

I have a Janus GridEX and I want to add a DropDownList with images and text to a column. When I populate the ValueList of the column I pass a DataView as parameter which contain a DataTable structured in this way: var dt = new DataTable("asd"); …
CRK
  • 337
  • 2
  • 10
1
vote
1 answer

how can i get the longest text in column of gridex janus?

In Gridex Janus, you can double-click a column header (actually the line between 2 column headers) and the column to the left will expand in width to fit the length of the longest text. Is there a way to get the longest text programmatically?
neli
  • 45
  • 5
1
vote
2 answers

Janus GridEX: how to expand rows

I've been using Janus GridEX control in hierarchical mode and I want all rows to be expanded. As I said before I'm using hierarchy, no groups so expandGroups() does not work. Any suggestions?
Arthur Rizzo
  • 1,337
  • 15
  • 30
1
vote
2 answers

Janus GridEX: find if header is clicked

Currently when I double click on any grid item, below event is fired. This includes if I double click on headers as well. Is there a way I can differentiate between header or rows clicked? SelectedItem position is always > 0 this.grdItems = new…
mechanicum
  • 699
  • 3
  • 14
  • 25
1
vote
1 answer

GridEx Janus: how to filter column of type DateTime by date

I have a janus grid, which one of its columns is of type DateTime.Since I only show the date part of column data in the grid, I want to filter the column by date too. But in filter editor I have to write whole Datetime that is not desirable. What…
fasadat
  • 1,025
  • 1
  • 12
  • 27
1
vote
1 answer

Use a custom usercontrol in a Janus GridEx

I'm search for a method to add a custom usercontrol in a Janus GridEx with C#. In the designer I have different columntypes (link, text, image, ...) but I need something with more functionality (multiple checkboxes which must be set/saved in a…
Frank
  • 5,741
  • 4
  • 28
  • 49
1
vote
1 answer

Using VB6 & Janus Gridex - Anyone know how to highlight a single cell value?

Seems Janus doesn't think a developer might have a need to highlight the value of a single cell for the user... It appears the SelStart & SelLength properties apply to the entire grid(wtf?) I need to show a grid, and when the user enters the…
Mike D
  • 159
  • 1
  • 1
  • 13
1
vote
1 answer

Janus 2 GridEx disable a Button in a given cell

There isn't much support with Janus, thats why i'm asking you for help. I have a gridEx with 3 columns(INT ID, String MARKET, Button DELETE). when you add an item to the grid you only have to add the ID and MARKET, the button DELETE is automatically…
Bocky
  • 11
  • 2
1
vote
0 answers

Janus gridEx support for .NET

I was searching in the web to find out the version of Janus libraries I have (1.0.2500) will be supported by .NET 3.0 and after. right now, we are using .NET 2.0 and we are in the process of upgrading the project to latest .NET , I am doing the step…
Mahsa
  • 115
  • 2
  • 11
1
vote
0 answers

Janus GridEx: How to filter integers and strings

I'm adding a keyword search to a Janus GridEx and thought the easiest method would just be to OR together some filter conditions for each column. Most of the columns are strings and they work fine. If "From" is an integer column, the last line fails…
Ross
  • 362
  • 1
  • 4
  • 21
1
vote
1 answer

janus gridex change cell value at runtime?

I need to change janus gridex cell value at runtime ? for example : original cell value => 0 runtime cell value => allow This work in default datagridview In the event cellformatting . but not exist cellformatting event in the janus gridex
Mostafa
  • 91
  • 2
  • 12
1
vote
2 answers

Check/Uncheck grouped rows in Janus GridEX

I use Janus.Windows.GridEX.GridEX grid and also have a column which is ActAsSelector. When the rows are grouped in a group, I want to be able to check/uncheck all of them. Do you know build-in functionality or easy way to achieve the goal?
1
vote
0 answers

gridEX checkbox filter shows text value when not selected

I am filtering a checkbox column with FilterEditType.CheckBox. Whenever I click on the filter it works fine, but when the filter column loses focus it shows the textual representation of the checkbox. In my case right now it is a 1 or a 0 and I know…
ReddShepherd
  • 467
  • 1
  • 11
  • 24
0
votes
1 answer

Does janus grid control have group by event?

how to make invisible group by column visible when user drags group by column back to the grid? thanks
sam
  • 277
  • 2
  • 7
  • 17
0
votes
1 answer

get ItemsCount in GridEx MultiColumnCombo

I just want to get Total Items in GridEx MultiColumnCombo, just like combobox1.Items.Count in Windows Forms ComboBox component... Thanks...
Hossain Alhaidari
  • 767
  • 3
  • 11
  • 24