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
1 answer
Changing Janus GridEx grid DatabaseName programmatically
I'm using the Janus GridEx grid control in Visual Basic 6 and I'm trying to change one of the properties (DatabaseName) programmatically before it uses the connection. The one I set in the properties window can be wrong and I'd like to set it…

Ross
- 362
- 1
- 4
- 21
0
votes
1 answer
Janus GridEX Designer does not get Opened
I've been working with Janus GridEx in Windows Forms for a long time. I'm afraid I'm suddenly unable to open the GridEx designer on Visual Studio 2019, which makes real work fairly impossible or at least unproductive; The Problem showed up Out of…
0
votes
1 answer
Is there property to search in a value list in janus gridex by Containes text
I am bindind a combo in janus gridex with value list. combo binding successfully. But i face a problem when i am searching from this combo. it always search with BeginWith value. I want to apply search that search with containes. My Code…
0
votes
1 answer
add currency format in janus gridex columns
in my project, for seeing product list by using F10, a form has built in runtime and for decimal columns, it add currency name in behind of text, i don't want it. which property is it?

Payman Nosrati
- 43
- 1
- 4
0
votes
2 answers
Janus GridEX - C# How to show multi-line header using columnsets at runtime?
I have already tried:
How to wrap header caption in Janus GridEx
and
https://www.c-sharpcorner.com/forums/table-column-set
and looked through Janus documentation at http://codelibraries.blogspot.com/search/label/Janus%20GridEX.
I have a business…

Ahmar
- 1
- 1
0
votes
1 answer
How to filter ValueList Of A Column When dropdown Of it fires based on other Column value in Jaus Gridex?
I have a janus gridex on my form. one column is multi column combo and is fill of cities.
i have another column of countries.
i want showing that cities belong to specific country for each row when user drop downs city column.
countries an cities is…
0
votes
1 answer
How do I change the Column.EditType property on an unbound Janus GridEx Row (v3) at runtime
Good afternoon,
I am missing something somewhere and I am in need of help.
What I am trying to do is change the EditType of a checkbox column for a GridEx row that I am adding at runtime. The code I have at the moment is as follows:
Private Sub…

lardymonkey
- 728
- 1
- 16
- 34
0
votes
1 answer
GridEx Item population on the fly
We are using the GridEx to populate the table/dropdown contents in our C# application.
We have the following scenario:
COL1 COL2
Dropdown Value
Whenever we are selecting an Item from the "Dropdown" the corresponding "Value" should get…

Manju
- 1
0
votes
0 answers
Janu Gridex EndCustomEdit event
we are using Janu GridEX v4 in our C# applications. To configure the row we are using gridex custom controls
As soon as we click on the columns dropdown InitCustomEdit event gets triggered and when the focus is shifted to any other column…

Chethana
- 19
- 1
0
votes
1 answer
Change FilterEditype of janus griex columns to checklistbox
i Have A Janus Gridex in Windows Form with Several Columns.
I want to Change the FilterEditType of All Columns in This GridEx to Checklistbox. So User Can Filter each Column Based on one or more than one values.
Please Give me the sample Code in C#…

b.g
- 11
- 3
0
votes
2 answers
How to set the property SortOrder in GridEX Janus - C#
I need to set the property SortOrder in the GridEx,
and this property is only get.
What can I do?
the code:
private void M_Grid_ColumnHeaderClick(object sender, Janus.Windows.GridEX.ColumnActionEventArgs e)
{
if (e.Column.DataMember ==…

Ayal
- 133
- 1
- 1
- 11
0
votes
1 answer
JANUS GridEX: how to sort some column by values for different column C#
I need to sort column that the value is string that show date.
and if I sort it by click on th head of thw column it's not work good.
So, I want that when click on the head of the column to sort - it sort the column by different values from…

Ayal
- 133
- 1
- 1
- 11
0
votes
1 answer
How To Update A Janus GridEx Checkbox At Runtime
I have a Janus GridEx control named grdLOB that can have multiple rows. Each row has a checkbox and 3 additional columns. If a checkbox is unchecked on a certain row (GL) I need to loop thru the grid and uncheck the checkboxes in the other…

dhead61
- 15
- 2
- 7
0
votes
1 answer
How to focus on one Column of Filter Row in winform janus grid
I have a janus grid version3.5 in a Win Form.
How to set focus on a column in Filter Row?

hasan110
- 3
- 5
0
votes
1 answer
.net Janus Gridex, add multiple child rows, focus to the first row
In my table, I have 1 row, I add that, then I want to add a sub row in there(child table). When I add a second or third etc sub row, the focus always stays on the bottom row. If I add a new main row the focus always goes to the new main row not the…

A.McLarty
- 1
- 1