I have a RadSplitButton that I build menuItems programmatically. But, I can't figure out how to capture a click event when the menuItem is clicked.
The reason I'm doing it this way is because I have a RadbuttonTextbox with the RadSplitButton on its LeftButtonsItems collection.
The RadSplitButton contains previously entered data in the TextBox. The textbox is a Key field for the form, so the radSplitbutton would be perfect for this use if I can get it to work.
statusbar elements rightside alignment
exepectation
Hi ,
once I made change allowedit = false; noneditable
this scenario ,I need to edit paritcular column edit in Radlistview.
thanks,
first picture is basic ui
second picture is telerik ui
When Adding a Label in a GridLayout
var element = new RadLabelElement() element.SetValue(GridLayout.ColSpanProperty, colspan); element.SetValue(GridLayout.RowIndexProperty, row); element.SetValue(GridLayout.ColumnIndexProperty, column);
Hello,
I am having difficulty auto sizing my columns. I want fill the whole grid view but have the the columns with the 3 abbreviations (BSA, GIS, ETC) to be small always. When set to .AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill and .MasterTemplate.BestFitColumns() it is stretching out the WEB column. Is there a way to only allow the stretching to occur evenly on the first 4 columns but have the last 7 columns be small? Thanks!
Hello, I am trying to use the gridview to try to display data...this is kind of a work in progress as I don't know what best approach is that I should be taking to display the data or if I am even using the right control. I am trying to piece things together from some of the examples I can find. My questions are:
1. In the column named "img" is it possible to just hide that header and place the image next to the text?
2. Can those expanded columns be auto sized instead of manual sized?
3. Is there an example of a dropdown box in one of these expanded row?
Here is my rough code creating the expanded rows:
'create out custom datasource containing all the appsHello!
I've got a grid that has multiple, overlapping rows of data. The purpose of this grid is to build an exportable Excel spreadsheet.
Here would be a very simple example of how I need the spreadsheet to look in Excel
A B C D E
Name DOB Status Amount
John Q 12/12/20 Active $100.00
As you can see - the Excel Columns are the standard, default A..E.
Row 0 holds the "Headers" for the data directly beneath.
Row 1 holds the actual data - but when I export this to Excel, I want to be able to tell it "This cell is text" or "This cell is a Date/Time" etc.
Is this possible?
Thanks for the great products!
Curtis.