Hello!
I have tried for a while now to find the app style settings (rubberblack.isl) for this problem but I haven't figuerad it out yet.
What I want is to get the hottrack appearance of a row to be same over all cells, even if one cell (column) is set using a valuelist that
has its cellactivation property set to "noedit".
Anyone who knows what to do?
I have changed settings for GridCell, GridRow, ValueList and ValueListItem but I cannot get it right.
One thing that almost worked was to set the ValueListItem+Normal+Background Color role to Default. The grid then worked in the
right way but when you look in the Filter Row dropdown list, it is shaded in a very dark color, excatly like the SelectedRow appearance.
I want that one to stay intact...
Attaching a print screen and an isolated sample.
/Henrik
thanks!
/H
Hello Henrik,
I`d like to inform you that we take a decision to modify our AppStyle. I created a private case for you with reference number CAS-130608-J7C4N5. You could find this case on your activity page: https://es.infragistics.com/my-account/support-activity/ You will receive more details through the case.
If you have any questions, feel free to write us
Regards
great, thanks for your answers!
It depends on what you need. The ValueList is slightly more efficient and simpler.
The EditorComponent approach can give you some additional functionality, like editor button, DataFilter, or multi-select.
But since you are already using the ValueList and obviously don't need any of that stuff, there's no reason for you to change your code. The problem here is in the isl and it can easily be fixed in the isl.
That is great, thanks!
Just to be clear on what i am doing ;-)
I think that you understand that I need this ValueList/EditorComponent or similar since I have a lot of relations between tablesthat are connected using primary keys/integers right.
What is the prefeered way to handle this, is it the ValueList or EditorComponent, or something else.
Both of the ValueList/EditorComponent gives"dropdown" appearance, since they are ment to handle value changes with a fixed list of items.
Are there other options when you simple want to change a cell value into some sort of displaytext?
I would like to know which is the best practice here.
Thanks!