gridex

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 ...

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 ...

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