-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed bug when colour is applied in the dataset from Data View window #7355
Fixed bug when colour is applied in the dataset from Data View window #7355
Conversation
@N-thony this now seems to work, so that's a relief. |
@rdstern I resolved items a) to c), please could you check? Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add _grid.UpdateWorksheetStyle(fillWorkSheet) back to ucrDataView
@N-thony see the latest commit. it looks like there is an issue with reogrid when using entire range. This looks to solve it by changing the style of the top row separately. Please could you check to see if this solution fixes your issue while still allowing users to select a font through the options menu |
@ChrisMarsh82 thank you, I have checked by setting the colour with |
@N-thony this seems to work well now - at least initially and visually. b) I removed colour and the result in the metadata seems odd. Visually it is ok. But it has NA for the first entry of metadata and still some numbers. That's perhaps because of the Select I applied. c) So I deleted the selection and it gave an error. |
@rdstern this seems to be fixed now. Please confirm? |
@N-thony this time I tried it the other way round. So I did a select, before doing the colour. Got this: Makes me wonder about doing a filter - I'll try. That seems ok. |
@rdstern could you try this now? |
I'm now also getting this bug. |
@lloyddewit I have discussed with @Patowhiz and found his comment has been fixed. |
@rdstern Please can you test? |
@N-thony I got build errors? |
@rdstern I'm not getting the build error, let's have a quick call? |
@lloyddewit thanks, I think this is after resolving the conflicts, let me fix it. |
@lloyddewit could you try it now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good
Fixes #7232
@africanmathsinitiative/developers this is ready for review.
@rdstern I have fixed the bug on not setting the colour to the dataset in the
Data View
, in addition while testing I fixed one small bug I found in theMerge Additional Dialogue
. I also realised in version0.7.2
that with dataset you shared in Skype, the merge dialogue seems to not apply the colour though the second or first dataframe has colour applied but with this version, it seems to keep the colour if applied from one of the dataset in the merged dataset. Please could test on your side and see if I'm right? Thanks.