Hi
Is it possible to use the data within a datatable as the mail merge fields within a richtecteditor? So the column headings within the datatable will show in the 'Insert merge field' drop down and the rows will be the results.
I have tried (which was a long shot):
Form.RadRichTextEditor.Document.MailMergeDataSource.ItemsSource = DataSet1.Tables("table").AsEnumerable.ToList (doesn't work)
If its not possible could someone please suggest a best method? The data comes from a SQL view, which fills a datatable which then displays in the radgridview (which is awesome). Preferably in VB.net please.
Many thanks

Hi,
I've noticed that a number of properties appear to be changeable in the Visual Studio 2013 designer, but the changes don't actually get persisted to the code-behind for the designer, so they don't actually "stick". For example, I changed the value of the RadDropDownButtonElement.Children(DropDownEditorLayoutPanel).Children(ActionButtonElement).TextWrap from false to true for a button in our ribbon bar, in the Visual Studio designer. It looked like it worked (ie the button appearance updated in the designer to show the text as being wrapped), but when I ran the program the text didn't wrap. I went back and looked at the code and there was no setting for that value in the code-behind for the designer. When I closed and re-opened the designer window, the text had reverted to not being wrapped and the property value had been reset to false. This seems like a bug to me. Is there something I'm missing?
Thank you,
Emily

Hello
How can I trigger RadGrid_CellClick event from code?
Example:
private void button1_Click(object sender, EventArgs e)
{
RadGrid1_CellClick(new object, new GridViewCellEventArgs());
}

I need to achieve a function that when mouse hover over a RadTextBox, it changes its background color. Like what is shown in the demo, text box changed color from gray to white when mouse cursor moves inside the text box.
I tried to use Mouse-Enter event to change the backcolor. However, this event only triggers when the mouse cursor touches exactly at the border of the text box, as soon as it leaves the border, although the mouse cursor stays inside the text box, this event is no longer valid. I also tried Mouse-hover event, which did not give me a good result either.
It seems to me that what I need to achieve is a common issue and must have a relatively easy solution. I am wondering if I missed anything.
Thank you!


Hello all
How to fill the multicolumncombobox in radgridview with the data
i have follow the example and it's work now. if i made by my self it's can't work.
i change this code
Dim col As GridViewMultiComboBoxColumn = New GridViewMultiComboBoxColumn()
col.DisplayMember = "KodeBarang"
col.ValueMember = "NamaBarang"
col.FieldName = "Kode"
col.HeaderText = "Kode"
col.DataSource = (ds.Tables("MstBarang"))
AddHandler RadGridView1.CellBeginEdit, AddressOf radGridView1_CellBeginEdit
or how to set datasource of gridviewmulticolumncombobox ????
Thanks before ..

Hello,
Is it possible to change the height of my CheckedDropDownList and then wrap the items inside? I'd like to have multiple rows of checked items.
Thank you!
Hi,
On click on Gridview cell , rad scroll able panel scrolls to left .
Controls tree
(Parent) Rad scrollable panel --> panel --> rad page view --> rad grid view (child )
Please find attached image.
Thanks.
