RadGroupBox shows a white border around the inner controls. i don't want the control to show the border. i have tried to find different ways but couldn't do it. here is a screenshot. you can see the white border here which i want to be removed.
I am using the RowChanged event to determine when a row is added, deleted and modified.
Everything is working perfectly except that I only want to invoke the back-end service layer to apply my 'change' when the row is entirely updated instead after each cell.
If I use RowValidated or RowValidating I lose the state of the row (added, updated, deleted)..
Any advice is appreciated.
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?