Thanks for the support you people have been giving in solving my puzzles. I have a small problem with the ribbon bar start menu area.
In that I have placed a menu item with 5 t0 8 sub items in it. There my problem arises. This sub items panel is bigger than my actual area. Please see the attached screen shot to understand better.
In my project i used radmessage box. The alignment of messages is not possible by me when i used rad message box. The size of radmessage box is large. But my radmessagebox text is very short. So viewing is not good. If any option provide for user controls in rad message boxes. Send any sample vb.net project is available for this forms means please send to me.
I have placed the RadGridView om a normal Form. Opening the form for the first time is very slow (2.5-3 sek), and I've tracked it down to this line in the .Designer.cs file:
i have use CommandBarDropDownList1.DropDownListElement.EditableElement.TextBox.Focus() on form load, but the dropdownlist still can't focus. any solution?
how can i change the font of the column header text in the MulticolumnComboboxElement.
I am assigning datasource to the Multilinecombobox which will display the data in the MulticolumnComboboxElement dropdown.
I would like to change the font size to Bold or assign different color for the column headers row.
Now the field and the value have the same font, just wanna make the field text font to Bold.
i transfer my app (exe file) to another system but not running my app
i look to myapp directory no exist teleik dll
how to i transfer my app to another system and run app?
I'd like to add a tooltip while making the chart series item and then concatenate onto that tooltip the percent of the pie chart it is ("#%"). Is this possible?
So my tooltip is created as so:
csi.ActiveRegion.Tooltip = datarow["table_name"].ToString();
I would like to add on to the above the percent of the pie chart the item utilizes. I imagine this would have to happen after all the items have been added (so that it can calculate the percent), but I don't see any method for adding to a tooltip at that point...
I would like to embed the wpf dateTimePicker into a winform - It doesn't look like this can be done by using the standard WPF ElementHost - Can this be done in a practical way?
Hey,
i'm using the file explorer sample.
Is there a way to select automaticaly the c:\windows\system32 node and expand it in the treeview ?
I've tried the SelectDirectoryInTreeView function availbale in the project, but without success.
Thanks