I have been looking for an example of how I can copy from a cell/row and past it to other cells/rows.
This functionality doesn't appear to be built in so I'm hoping someone has a code example they would like to share.
The cells I'd like to copy to/from are all decimal columns
thanks in advance. Telerik version: Winforms - 2013.1.321.40
On the mouse down event, i want to determine if they are over a node. In other products there was a hittest(x,y) method but i don't see one in your latest control. Am i missing somthing?
I am adding a Code 128 barcode (some numbers in a Code 128 font) to a Rich Textbox and then exporting it to a PDF. Everything is fine onscreen but the PDF is showing the numbers using a default font and not the Barcode font.
The attached image shows the textbox content (top) with the resulting PDF (bottom).
I also tried this with a 'Code 3 of 9' barcode font with the same result.
Is there any restriction in the fonts that can be used when generating a PDF?
Hello,
I have a GridView with some rows colored and some not. I would like to display the color rows on top and the none color rows on the bottom. Is there a way I can Sort by color?
I have a column that sums the "rev" field. The heading reads "Sum of rev". For consistency with existing reports, I would like that to read "Total Revenue", but I can't find the property or event where I can change it.