Tagged Questions

2
votes
1answer
647 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
3answers
397 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
474 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 ...
0
votes
0answers
11 views

How to switch from 4.0.25 to 4.0.18 in Janus Components

I want to change my Janus components from 4.0.25 version to 4.0.18 version without replacing each component one by one. Anyone know how I can do this?
0
votes
0answers
19 views

bounding data in Janus4 GridEx

I use below codes for bounding data to Janus Gridex, but it sends to me on error! Error(error line is bolded): Error 74 The call is ambiguous between the following methods or properties: ...
0
votes
2answers
121 views

How to change backcolor row in Janus Grid with condition

How can I change the backcolor row GridEx(GridJanus) with a condition in c# thanks
0
votes
1answer
401 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
452 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 ...