Is it possible to implement something similar to Google Spreadsheets - so keeping multiple label-like values in single cell?
See below examples
Note: in this example there is single value / label entry
I'd like to add two or more in single cell eg "Aktywne" + "2014"
** EDIT **
Photo here
https://postimg.cc/rzbDt9FF
I was thinking about colouring / rounding based on substrings
I'll check user control (considered even inserting images with text in) - but im not sure how I can place more than 1 into single cell?
Maybe best bet would be to insert formatted text with preconfigured backgrounds for selected words.
Would this be possible?
Thinking about something like this:
https://postimg.cc/dL6TJRHv
Please clarify format. Do you mean the color of the tag or the number format for the values. You are best to create a UserControl with an Ellipse that can be updated with the tag color/category you need for the row and embed that using the link above.www.youtube.com/watch
Thanks for reply and giving me some directions - will check this.
Single value might indeed work. Challange will be putting two or more values
I dont want to merge cells.
Id like to add 2+ labels (or tags) into the one cell, and format this separately
This is possible with eg Google spreadsheets or GitHub (where you can tag issue by multiple labels)
BTW if rounded corners is challange, possibility to set different background for single word within same cell will be also good.I mean for eg "Active 2014" Active -> green bg2014 -> yellow
Hello and thank you for contacting Infragistics. There is no setting for the rounded corners that I am aware of without embedding and editor possibly. Also these appear to be not in edit mode. The conventional way to edit cells is to assign a RenderingControl like a label with rounded edges.
eg.
www.infragistics.com/.../wincontrolcontainereditor-embed-any-control-within-wingrid-cell-using-controlcontainereditor-object
https://stackoverflow.com/questions/1967944/how-to-draw-a-rounded-rectangle-with-winforms-netDo you want to merge cells? How do you want to show "Aktywne" + "2014"?