hi
I cant Find Sample Of Bind TreeView To SQL Server DB with All Functions (Insert - Update - Delete) in N - Level Support.
can You Help Me?
Tanks.

Hi,
Is it possible to highlight an arbitrary column in a radListView? I can't check for any particular data in the column header, all I know is that it will be column N. I've seen discussions about how to highlight a row, but nothing on how to highlight a particular column.
Any suggestions would be appreciated.
Steve
Can MS Outlook be integrated using telerick, all the inbox contents and new mail.
Does telerik have default controls for doing this?
I added a button to the command buttons on the wizard... The problem is that I can not figure out how to make this button visible. I have set its his.rbtnOpenPayClient.Visibility to Telerik.WinControls.ElementVisibility.Visible but no joy. I set its ZIndex to 5 which I thought would be above any possible control that could be on top of it, still no joy. I'm at a loss at the moment. I can't figure out why this button just won't show itself.
// rbtnOpenPayClient
//
this.rbtnOpenPayClient.AccessibleDescription = "Post Payment";
this.rbtnOpenPayClient.AccessibleName = "Post Payment";
this.rbtnOpenPayClient.Alignment = System.Drawing.ContentAlignment.BottomRight;
this.rbtnOpenPayClient.Margin = new System.Windows.Forms.Padding(4);
this.rbtnOpenPayClient.MinSize = new System.Drawing.Size(100, 24);
this.rbtnOpenPayClient.Name = "rbtnOpenPayClient";
this.rbtnOpenPayClient.Text = "Post Payment";
this.rbtnOpenPayClient.TextWrap = true;
this.rbtnOpenPayClient.Visibility = Telerik.WinControls.ElementVisibility.Visible;
this.rbtnOpenPayClient.ZIndex = 5;
this.rbtnOpenPayClient.Click += new System.EventHandler(this.rbtnOpenPayClient_Click);

Hi all,
I have setup a TextBox with multiline=True.
Setting the Text-Property or the Lines-Property does not display the MultiLineText in correct way.
The text is displayed without wordwrap.
Is there another Property set to be True?
Regards

I've been Saving and Loading the GridView layout for quite some time now. This week I updated the UI controls to version 2015.2.623.40. Since then, when I call LoadLayout(<MemoryStream>) I get the following message box message:
"The string you have entered cannot be converted to a valid Type object. Please, verify the spelling and include any namespaces that migh be needed."
Yes, "might" was misspelled as "migh" in the message box.
Did something change with the Save/Load layout methods?

Hello,
We need to highlight the typed (suggested) text in the popup window. For example,
we have the following list:
-One
-Two
-Three
-Four
-Five
And if user is typing "T" then letter 'T' should be bolded in words '<b>T</b>wo' and '<b>T</b>hree'
Thanks in advance!

Hi,
In the new version of UI for WinForms (2015.2.623) I have found a bug. When I try order a DateTime Column that contains null values I get an exception. This did not happen with the previous version.
I include a link to the example of the error: https://dl.dropboxusercontent.com/u/21787064/DateTimeOrder.zip
Regards