On most of my grids the horizontal scroll bar works correctly, but on the ones where I set the ViewDefinition to a HtmlViewDefinition it does not seem to be working. I force the scrollbar to always show, but it does not let me scroll over to the columns off of the right side of the grid. The scrollbar only lets me scroll a tiny bit (about half a column) to the right despite there being a dozen or more columns off of the right side of the grid. No matter how I resize the window the scrollbar "bar" takes up about 98% of the space with about 2% "empty" space.
Do you have any suggestions on what I can look at that could cause this?
I'm developing an application similar to the Mail application. I used AutoCompleteBox for TO List and i want to store selected items values in db. But i didnt find Value field in Databinding Properties. How can store seleceted values in db and restore back?
hello, well I tested the demo of your product working with the listview control by the database
radlistview1.DataSource = dt
dt.Columns radlistview1.DisplayMember = (1). ToString
and post pictures in the ItemDataBound event to perfect the problem there is that I require key press selects the first item that Start with good lyrics that I hope your help thanks.
I tried this and nothing
For i = 0 To ViewVideos.Items.Count - 1
If ViewVideos.Items (i). Text = "sauce" Then
ViewVideos.SelectedIndex = i
Hi, this is a little potential bug I found. Could you please confirm?
Here's the setup: a RadGridView with two columns, named column 1 and column 2 (index 0 and 1) and an event handler method on the SortChanged event.
Use the column sort functionality in the UI on column 1. Then do it again for column 2 but break in the SortChanged event handler method.
The new item now states that the sortdescriptor is for column 1 while the old item now states that the sortdescriptor within is for column 2. That is to say, the new item and old item seem to be reversed?
Is this how its meant to be or am I viewing this the wrong way?