janus

Janus GridEx for ASP.NET Designer Support

Hi all I've been working with Janus GridEx for Web for a few days. I'm afraid I'm unable to open the GridEx designer (Grid context menu in ASP.NET designer), which makes real work fairly impossible or at least unproductive. I get the following error message: Error invoking 'GridEX Designer'. Details:Exception has been thrown by the ...

Janus Tabs - Right-to-Left instead of Left-to-Right

how do I make Janus tabs to be from right to left in RTL languages instead of left-to-right as they are in the usual way? (in c#) ...

How do I get the total rows per group with the Janus GridEx for WinForms?

I am using the Janus GridEx (Windows Forms) and would like to export the contents to Excel. We have used the export functionality that Janus has built in before, but especially with hierarchical grids the exported file looks unprofessional. So now we have written our own exporting code and everything is working fine, except that total ...

Janus GridEx data not binding soon

I am Using Janus.Windows.GridEX control in My User interface.I am trying to bung list of objects.But it is not happening as and when the binding object is assigned to DataSource. Soon after i assign the binding source ,if i check the row count it still shows 0,even though the binding data has list of objects. The collection class which i...

Copy one or more rows in grid janus and paste it

I want to copy one or multiple rows in janus grid 3 and paste it into grid . my grid is bound ...

How can i change the edit mode of a cell in my Gridex Janus Table

Hello, I'm trying to create a Janus gridex which every cell has different edit mode. For instance, one cell will be comboBox edit mode and the second one will be free text How can it be done? Thanks in advance, Oz. ...

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 desired cell, to highlight the value for them for editing.. You know, highlight the value, sta...

Use a custom usercontrol in a Janus GridEx

Hello, 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 seperate table). I think this would be easiest if I could just add a custom component ...

janus grid problem

Hi, I encountered a prolbem using janus grid. i created a dropdown and bound a datasource to it. the datasource is filled with data, but when i use the dropdown it doesnt show any values. strangely, i can choose one of the hidden values and the cell text is updated fine. its looks like the values are there but for some reason i cant see...

Janus GridEX: how to expand rows.

Hi, 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? ...