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
1 answer

Janus GridEX.AddingRecord - Access Values

The GridEX.AddingRecord is the obvious hook for validation but I can't work out how to access the values entered into the new row cells? My grid is bound to a DTO. _grid.GetRow().DataRow returns DTO with none of the properties set.
Myles McDonnell
  • 12,943
  • 17
  • 66
  • 116
0
votes
1 answer

Janus Grid sumarize in row

I'm using Janus grid in C#, and I need to make a total sum by each row. Column1 | Column2 | Total 1 1 2 Thnx in advance.
user2800704
  • 57
  • 1
  • 3
  • 10
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…
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…
0
votes
1 answer

How to remap Esc to Caps Lock in Janus (VIM)

How do I remap the esc (escape) key on my Mac (Mountain Lion) for Janus (VIM). What is the command? And in what file do I insert this code?
AdamT
  • 6,405
  • 10
  • 49
  • 75
0
votes
1 answer

Janus GridEx with DataSet Bound Issue

I have a strange issue with Janus GridEx. The grid is bound to DataSet containing 1 table, which is displayed on screen correctly. However, whenever I make changes to grid, they are not reflected in my DataSet. This is where I update the changes: …
Alex
  • 937
  • 3
  • 20
  • 44
0
votes
1 answer

Janus Xml save appointments abstract method fails VB.NET 2010

I am using Janus Schedule dll (and other Janus references like janus.common, janus.calendar.dll) to save appointments in a xml file (I am using Janus Winforsv control suite v 3.0). I have succesfully run the app in my pc, but when running the…
edgarmtze
  • 24,683
  • 80
  • 235
  • 386
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
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
0
votes
1 answer

C# MVC Solution?

I have recently been tasked with updating a system done in C#. I am coming from a Kohana MVC web based development but have experience in C#. Problem is: My solution is in some 'weird' namind convention. I would like to know what it could be and…
Churchill
  • 1,587
  • 5
  • 27
  • 39
1 2 3
13
14