Set partial text in kendo grid column to bold - kendo-ui

I'm having a kendo grid with lots of text in the columns.
Lately i've managed to get linebreaks and multiline working correctly like described here
Now i'm wondering if it is possible to set parts of the text in the grid to bold like
"FirstBold: FirstNonBold \n
2ndBold: 2ndNonBold \n ... "

Related

Ag-grid filter not working for (rich text(bold.,italic) + normal text comibination

Filter for the ag-grid is working fine for the [noraml-normal] or [rich text +rich text] text but if the column contain the normal text along with the rich text(bold italic)
then the filter is not working ...it only filter out the same part (normal text ) not (normal text + rich text)
1.E.g. suppose I have row data like this
2.If i apply the filter for filtering the contain that letters
3.but of we apply the filter for (normal +rich text) then it was not able to filter it out.
what will be the solution if want all text should filter out e-respect of any text styling comibnations.

Oracle Apex Table Cell Attributes for a Page Item Label

I'm using Apex 5.1. I have a form with several display-only items. I'd like to bold or color the label to distinguish it from the text. I see a field for Table Cell Attributes in the Label section, but I don't know how to indicate something like Bold or Color.
By the way, I have the Escape Special Characters option set to NO so that I can display the text in the display-only field without the HTML tags.
If you want ALL the labels on a page to be bold, you should use CSS, e.g. in the page Inline CSS attribute add this:
.t-Form-label { font-weight:bold; }
Should be fairly simple.
if your current label is Employee Name
set it to bold by putting this into the label property: <b>Employee Name</b>

Highlight the matching cell text while filtering in angular UI-Grid

I am using angular UI grid and applied filter on my column, whenever i am entering any text on the filter box, the rows in the grid are filtered.
Now, i want to highlight the matching filter text in the cell as well. So ones i type anything on to the filter text box, the matching text for that cell is highlighted.

Kendo UI Grid Excel Export Unprintable Characters

I'm using the Kendo UI Grid to display data imported from various 3rd party sources. When I use the Export To Excel functionality of the grid I am getting an error from Excel, it would appear that the grid is not formatting / handling non-printable characters correctly.
Error from Excel:
Removed Part: /xl/sharedStrings.xml part with XML error. (Strings) Illegal xml character. Line 2, column 55298. Removed Records: Cell information from /xl/worksheets/sheet1.xml part
The actual character at the column is:
Is there any way that I can get the grid to string non-printable characters on export, or would I be better trying to write a pre-parser when the data is loaded.

SSRS 2008 partial string formatting

Say I have a data field (call it Results.MyString) that looks like this in a text box in my report:
Some text here for all to read.
Also, say that I have a data field (call it Results.MyParam) that has this value:
here
Is there a way to conditionally format the text box so that it would search Results.MyString for any matches to Results.MyParam and change the color of them?
The end result would have the word "here" be a different color (ie Red), but the rest of the text in the text box be Black.
Selected Text is what you are looking for.
Two parts to the answer. 1. Hook into the code window by opening the Report parameters Code tab. Place your functions in the code window. 2. You can make a textbox expression placeholder react to HTML tags by enabling that property on the expression placeholder. (You can Google 'ssrs placeholder expression' for specifics.)
Your function could parse the text, find target string, dynamically surround the target with the appropriate HTML color tags and return the expression to the textbox.

Resources