Is there any way to get the RadLabel size when it is created via runtime?
I am trying to calculate the height of a container control by summing the height properties of the controls added to the container.
When create a new object instance of a RadLabel in code such as this:
Dim p_Label as New RadLabel
. . the width and height properties are set to 0 and remain at zero even after setting the text property.
I was looking for some type of Resize method that could be called after setting the .Text and .Font property, but have been unable to find such a way to cause the control to recalculate its size.
A point of clarification: after adding the RadLabel to a container the height property is always 1, which is not really the case.
I need to show a multi-column list within a gridview cell (read-only). I've read the documentation on creating custom cells but can't figure out which element to use in my custom cell. If anyone has any sample code or could simply advise which RadElement to use, I would really appreciate it.
I have a need to show a table-like representation of a list of data within a cell of my gridview. The gridview is bound to a custom collection of objects and I need one cell to show codes related to the object. It should show the codes as a 3-column table (or list) with columns: ID Code Description. I can't use a nested gridview for this because the user should not have to expand anything in order to view the codes - they need to be visible directly in the main gridview's cell. The gridview is read-only. Is there any way I can accomplish this?
I've been evaluating your controls, one issue that seems to be happening is that when I'm using radform for mdi children, the forms are not drawn correctly initially. They are missing the control box of the title bar. It just isn't being drawn correctly. If I minimize the mdi/child form, the title bar is not drawn correctly. Thinking it was the video drivers or an issue possibly with video memory addressing, I updated to the latest video driver set. No correction of issue.
I'm running:
Windows Vista 64 SP1
ATI Radeon 3600 series video card.
4 Gig of RAM
9750 AMD Quad-core processor.
Hello
i have a Hierarchical grid that i want to press key Enter on child rows to open another form but i can't control that it is the parent row or it's a child row.
Would You please help me how can I understand that selected row is Child row or parent row?