Set Full width row color for a parent group separor - anychart

We want to change the color for the parent row to have a certain color.
This way we can better see in which parent we are working in.
I got "something" working with a hover that looks like this (removed important information):
This is what we want to achieve but then for only the parent rows.
Is there any possibility to do this or are there any work arounds to become this effect ?
Many thanks for the help in advance for any unclarity or questions please ask!
Kind regards,
Joey Driessen

Unfortunately, it's not possible, but I can suggest coloring the names of the grouping tasks and/or change their font size. Please check this sample: https://playground.anychart.com/xuqwNO3f
And learn more about the labelsOverrider() method here: https://api.anychart.com/anychart.core.ui.DataGrid.Column#labelsOverrider

We have found a solution.
We have checked the source code for what you guys are doing for making a row selectable (and coloring the whole row).
Then we are using the .labelsOverrider function to get all the items in that column.
We check which ones are our grouping and on the grouping item we call the meta function like follows meta('selected', true) and that makes sure we set this row as selected and giving us the appropiate result.
Looks like follows:

Related

Is there any way to style a view with alternate row having a similar pattern in react native

Kindly, find the picture below. This is the way I would like to modify my view
I am trying to style my view in which all the even rows have a particular format and all the odd rows have a different format. But I am not able to find any correct way of doing it. Any help would be appreciated.

Nested ListView Items - TreeView&ListView combined

The best way to show what I need is showing an image:
What is the easiest way to implement this kind of "nested ListView" - each Item can be expanded and has subitems. I want the hierarchy only to show on the first column as shown when any other solution can be accepted.
There are couple of ways to do it. I consider that you are good in WPF and easily check code and take idea from it because it is not easy to give code of your requirement here.
You must need to user Expander for expand and collapse functionality for the detail sections as per you image.
I am sharing some the links from where you can easily get what you want. It is not exact code which you can copy but it will give you basic structure of what you want.
Listview and Expander
Sample-1
Expander and DataGrid
Sample-1
Sample-2
You will enjoy working on this one.

What control should I use for getting the following rows in ssrs?

I am to design a report which will be having given rows, I have tried with Tablex and Matrix, but I am facing issue with grouping.
Is there any other control or any custom control or any way of customizing Table
which I can use to design the following formatted rows in report.
Any link with demo, sample or POC would be great help.
Kind hard to tell what you're going for from your picture/description, but I'm guessing you may want to use a List object. You can put your group at the list object level, and then add text boxes, tables, images or whatever you need inside the list. You'll get a set of whatever is inside the list for each group, using the data from that group. Take a look at the sample/description here, which looks similar to what you're trying to do: here

how to create a customized drilldown report

I currently have this awesome drill down::
what i would like to do is this:::
another words, instead of having a separate field (per se), i would like the section of text all the way on the right to be embedded together with the stuff all the way on the left.
i would like it to also be expandable.
is this possible?
if not, what is a workout around, or at least a solution that is similar?
it might be helpful to show you the report in design mode:
I don't believe merging will work for you in the detail but this would be ideal. However as a workaround and forgive me as I haven't got report builder with me but if you follow a few steps:
Expand the row for clarity and drop a tablix into it.
Be sure to set the correct filters in the sub tablix.
Add a group that has the name as the main and the comments as the detail.
Have the name be the toggle for the detail.
And for visuals be sure to remove all borders and create the background the same colour.
Sorry if the detail is a little off, I can't test this out, but I hope I get you going.

WPF: Listbox, centering selected item

Is it possible to always keep selected item in the middle of a listbox? If the user selects an item, I want to scroll so that the newly selected item is in the middle.
I guess it want be possible for the 'edge cases' (the first and last few items), but that's ok.
David Anson posted some articles on his blog that might help you here: Part 1 and Part 2. He gives an extension method that centers an item in an List Box. You might be able to build on that.
It is possible with couple of lines of custom code. Here's a discussion of a sample implementation. You might need to tweak it a bit to account for even number of items, insted of only odd number, but the general idea is the same.

Resources