-
Notifications
You must be signed in to change notification settings - Fork 108
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
Trying to use Find (Highlight) without any success #85
Comments
@RodFoulcher, I just replied on StackOverflow. Be sure that you have a css class for ".highlight" like this:
|
Thanks Alan
Added
.highlight { background-color: yellow;
}
to bootstrap.css as you suggested and then added that to my _Layout file. Find is now working properly.
I am a retired mainframe/Access programmer trying to convert an Access database of mine to asp.net.core
6 months so far, a big learning curve …. Have managed conversion and data input functions and then got stuck on reports until I found your app…. Thanks very much.
I expected all that was required to be in the highlight script but suspected something was missing from css or js scripts.
Have found several other problems with your Report Viewer which I would like to solve.
Would you like me to detail them direct to you, on StackOverflow or GitHub ?
Regards
Rod
From: Alan Juden [mailto:[email protected]]
Sent: Sunday, 14 April 2019 8:37 AM
To: alanjuden/MvcReportViewer
Cc: RodFoulcher; Mention
Subject: [SPAM] Re: [alanjuden/MvcReportViewer] Trying to use Find (Highlight) without any success (#85)
@RodFoulcher <https://github.com/RodFoulcher> , I just replied on StackOverflow. Be sure that you have a css class for ".highlight" like this:
.highlight { background-color: yellow; }
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#85 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AmatVPzBgK9-602LXPqhchxgUurhYqXGks5vglwigaJpZM4ctzJY> .Image removed by sender.
|
@RodFoulcher, please post them on here rather than StackOverflow so that anyone on GitHub can help out. I'm using this ReportViewer at work and any real issues that affect me I'm fixing...but other things people are more than welcome to fix. I don't have as much free time to work on this as I did a few years ago when I put it out for the public. |
Hi Alan
Took your advice and posted issue 86 – Parameter Date Format Problem - on GitHub several months ago: #86
No comments or suggestions to date.
Any chance you can have a look please.
Regards
Rod
From: Alan Juden [mailto:[email protected]]
Sent: Monday, 15 April 2019 12:14 AM
To: alanjuden/MvcReportViewer
Cc: RodFoulcher; Mention
Subject: [SPAM] Re: [alanjuden/MvcReportViewer] Trying to use Find (Highlight) without any success (#85)
@RodFoulcher <https://github.com/RodFoulcher> , please post them on here rather than StackOverflow so that anyone on GitHub can help out. I'm using this ReportViewer at work and any real issues that affect me I'm fixing...but other things people are more than welcome to fix. I don't have as much free time to work on this as I did a few years ago when I put it out for the public.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#85 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AmatVBK73FxTF0RZCP7HcaHRwFaC0FUqks5vgze8gaJpZM4ctzJY> .Image removed by sender.
|
Hi Alan, have raised an issue on stack overflow (but no response). Hoping you can help.
https://stackoverflow.com/questions/55094032/trying-to-use-find-hightlight-in-alanjuden-mvcreportviewer-asp-net-core
Basically, have your Report Viewer running (with a few problems) but cant get highlighting to work in Find. (page displays but with no highlighting).
Thanks, Rod
The text was updated successfully, but these errors were encountered: