Tagged Questions

2
votes
1answer
637 views

Janus GridEx for ASP.NET Designer Support

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 ...
1
vote
1answer
279 views

Janus GridEx: Add custom row and select a specific row

I have GridEx object on my form and... I want to add some items in it with a for...next loop. Actually I couldn't find any method for adding a new row with a custom data. I want to select a specific ...
1
vote
3answers
379 views

Janus GridEX: how to expand rows

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?
1
vote
2answers
447 views

Use a custom usercontrol in a Janus GridEx

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 ...
1
vote
1answer
324 views

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 ...
1
vote
2answers
688 views

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 ...
0
votes
1answer
24 views

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 ...
0
votes
1answer
385 views

How to make a Janus GridEx column readonly?

I'm working on a windows forms app and there is a Janus GridEx component with 3 columns. I don't want users to change the values in the first two columns but I can't find the way to make readonly or ...
0
votes
2answers
428 views

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

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