Questions tagged [janus]

Janus Systems is a vendor of Windows Forms controls for .NET, ASP.NET Server Controls for .NET and ActiveX Controls.

Janus Systems has been developing database applications using Microsoft Products and Technologies since 1994. They produce Windows Forms controls for .NET, ASP.NET Server Controls for .NET and ActiveX Controls.

The name Janus does also refer to Janus a general purpose WebRTC Gateway developed by Meetecho (https://janus.conf.meetecho.com/)

206 questions
0
votes
2 answers

Janus Grid .NET C# Make cell edit by user

I have a problem with Janus Grid. I am trying to make cell of the one column to be edit so user can change value in particular cell. I try: this.myJanusGrid.RootTable.Columns[0].EditType = Janus.Windows.GridEX.EditType.TextBox and…
Nada Janjetovic
  • 113
  • 1
  • 15
0
votes
1 answer

How to add items to janus UIButton c#

As i see in janus there is UIButton that has an arrow on it , so when you click on it , it can open a menu. I dont know how to add items so when you click on that Arrow, that is on UIButton, the menu will be open. Can someone explain me please?
0
votes
1 answer

gridEX row selection change on buttonclick not visible

I'm having a gridEX component and up/down buttons for changing the selected row accordingly. If I select a certain row from the table, the up button should select the row above the previously selected row. private void btnUp_Click(object sender,…
e.l.g.o.
  • 55
  • 1
  • 6
0
votes
1 answer

How to wrap header caption in Janus GridEx

I'm using Janus controls in my Windows Application (NOT WPF) with .NET 2.0. In all of the grids in my application, I want to wrap the caption of column header. I tried many codes and searched for it for a long time. But no used. Would anyone help me…
Mohammad Mirmostafa
  • 1,720
  • 2
  • 16
  • 32
0
votes
1 answer

Change janus vim-ruby default hash indentation

Here is how vim-ruby installed by Janus currently indents a method with hash parameters: my_method(foo: :bar, baz: { foo2: :bar2, foo3: :bar3, } I want it to be: my_method(foo: :bar, baz: { foo2: :bar2, …
Kyle Heironimus
  • 7,741
  • 7
  • 39
  • 51
0
votes
2 answers

How to keep a grid row highlighted in Janus Grid (C#)?

How to keep a grid row highlighted in Janus Grid even if the user focus on another control?
CRK
  • 337
  • 2
  • 10
0
votes
4 answers

Adding filter in Janus Gridex

I am using a Janus GridEX with multiple columns. I want to apply filter in gridex data based upon input value for a particular column in GridEX . I am trying to add an extra row at the top where i can input filter condition in a textbox for a…
0
votes
0 answers

Iterate through Janus GridEx gridview

I am using a Janus Gridview in which I am having 3 columns that is "Key", "Value" and selection(checkbox). I want to retrieve "Key" and "value" data for each selected rows that is against checked checkbox.
0
votes
1 answer

Janus GridEX SelfReferencing Setting

I want to Load my tree as Hirarchical in Janus GridEX , but when I set the setting it is not working , my table columns are: TopicID nvarchar(50) ; --which is parent ParentID nvarchar(50) ;--which is child Description nvarchar(50); and the setting…
franchesco totti
  • 582
  • 1
  • 7
  • 28
0
votes
1 answer

set checkbox cell selected in janus gridex from database

I have one table in Sql Server that have some fields . 4 fields has tinyint type that show active or not active some properties. I want to show this fields In janus gridex checkbox cell (if value = 1 then cell is checked ). How can i do this? thank…
Arashhd
  • 1
  • 2
0
votes
1 answer

DevExpress GroupControl Scrolling issue

When using a Janus UIGroupBox the scroll is working fine when hovering over controls and when using a devExpress GroupControl everything is working as before as like using a Janus control except the hover over scroll. This is how a GroupControl…
0
votes
1 answer

Getting all of the data inside GridEX

what I'm trying to do is export the selected rows to Excel. But if I use the SelectedItems property it gives me a collection of the selected rows but in the order that they were selected. I don't want this. I want to get a collection of the selected…
Dror Cohen
  • 125
  • 7
0
votes
2 answers

How to add a check box column in Janus gridEX

I have a Janus GridEX that loaded from DataTable in SQL database, It have 8 column in my Grid. Now I want to add check box column list and ability to select multiple rows. I'll be appreciate if some one help!
M Badkoobeh
  • 1
  • 1
  • 2
0
votes
1 answer

Get license error every build in visual studio Janus Controls

We've Janus Controls in our solution. I've updated the Janus controls to a newer version and I get a "Trial" Message when I build the solution in visual studio. The problem is, I've the license for the controls, but I still get the message, so I…
wydy
  • 71
  • 12
0
votes
2 answers

Janus GridEX crashes when i drag a grouping column out of Janus Control

I have a Janus Grid with a bunch of columns. I currently have group by functionality that lets me group my grid based on any column just by dragging the column to the top. Say I group by the column "Country". Now i remove the column "Country" from…
hunterr986
  • 43
  • 1
  • 10