Hi,
We have seen some posts about this but they have not helped us.
It is the dreaded, the columns lineup OK in the grid, but when we go to the report, they do not.
We have added a small project that resembles our scenario as much as possible.
Look forward to your reply.
Thanks
Forecast 5 Dev Team
Hello,
There is CellClickAction property under FieldLayout.FieldSettings, so if you set “SelectReocrd” to this property it should select a row when a cell is clicked. The below is the example in your sample.
------------------------ <dataPresenter:FieldLayout x:Key="master" x:Shared="false">… <dataPresenter:FieldLayout.FieldSettings> <dataPresenter:FieldSettings .... CellClickAction="SelectRecord"/> </dataPresenter:FieldLayout.FieldSettings>… </dataPresenter:FieldLayout>------------------------
Thank you,Mihoko Kamiishi
There is only one last thing.
At the moment, the behavior of selecting a cell is to go into edit mode.
How do I stop this from happening in the treegrid?
I want it to select the row instead.
Forecast 5 Dev team.
If you have any other questions, please do not hesitate to ask.
Thank you very much for pointing this out.
We will give it a go and get back to you.