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 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#)
...
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 ...
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...
I want to copy one or multiple rows in janus grid 3 and paste it into grid . my grid is bound
...
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.
...
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...
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 ...
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...
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?
...