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.
Questions tagged [gridex]
69 questions
0
votes
2 answers
Janus Gridex Winforms control right click menu
I am looking for some help where I can get a menu option on right clicking a row on Janus WinForms Gridex control to trigger some code. Any one has some ideas ?
Basically I want to include options like Edit / Delete / Process on each row's right…

Jinith
- 439
- 6
- 16
0
votes
1 answer
Janus GridEX TooltipText is ignored for cells outside of default view range?
I have a Janus.Windows.GridEX.GridEX 3.5 control with up to 1000 rows. I am setting tooltips on all the cells after the data is bound:
grid.CellToolTip = CellToolTip.UseCellToolTipText;
grid.SetDataBinding(myDataSet.MyTable,…

Marek
- 10,307
- 8
- 70
- 106
0
votes
2 answers
How to formatstring totalrow in gridex janus
i have some problem in gridex janus
how to format string the total row in gridex
how to set value in totalrow
thanks

tunggal jaya
- 1
- 1
- 2
0
votes
1 answer
First cell is writable in Janus GridEx for Winforms, even though the grid is read-only
I have a strange problem with the Janus GridEx for Winforms, and hope someone who uses it and may encountered some similar problem can help me.
I have a read-only grid, which contains a group of notification entities, and the grid itself is…

max12345
- 29
- 2
- 9
0
votes
1 answer
janus gridex index after drag column
I have a problem with a Janus GridEX in vb6.
I implemented the method _keydown in order to make searches on a db, so when I press a particular key I make a search with changes depending on the column that is selected.
To do that I obtain the index…

user2189832
- 1
- 5
0
votes
1 answer
Allow new row in janus gridex row positioning
I have a button that allows me to insert a new row in a Janus GridEx by setting the parameter AllowAddNew to true.
the new row is added to the bottom.
The problem that I faced is that when I have many rows so there is the scroll bar I am not able to…

user2189832
- 1
- 5
0
votes
2 answers
Trying to implement custom grouping in the Janus GridEx control
I am trying to implement custom grouping in the Janus GridEx control. I have a column that has data that is DateTime, but when I group on that column, I want the data to group based on only the Date portion of that data.
Reading the Janus…

Derek Tomes
- 3,989
- 3
- 27
- 41
0
votes
3 answers
How to have FilterMode on, but editmode off for GridEX in C#
I need rows to not be edited in my GridEX but, if I turn EditMode off, it doesn't allow you to 'Edit' the filter section at the top. GridEX rows don't have an edit option only the columns do, so is there some way to get around this? Will I have to…

ReddShepherd
- 467
- 1
- 11
- 24
0
votes
2 answers
Janus 4 GridEx disable rows
I have have a Janus 4 GridEx control which includes a checkbox column.
I need to be able to disable certain rows (i.e make them non selectable/greyed out) depending the value of a particular column. The data for the grid is loaded from a…

user1779203
- 1
- 1
- 2