i have a problem in DocumentTabStrip which is having a TabPanels but tabs can't be closed or extra tabs that are not visible on the screen cannot be accessed.
can anyone help me from Telerik team?
I'm now in telerik and i want to know how I can set RadButtonElement selected so when the user press enter the RadButtonElement
will execute its event. I don't want to create a key_down event.
I have a hierarchical grid view set up. The child view has more data to display than the parent view, if that matters. When I open the child view, I can see some of the data, but a lot of it is hidden. When I make the columns I can see smaller, I can see the data in question.
The scrollbar does not appear, even though I am not suppressing it. When I force a horizontal scrollbar to be in the child window, it appears, but it will not scroll because the bar is scaled to take up the whole scroll window.
I have had success with creating hierarchical grid views in the past that did not require scrolling of the child data.
I upgraded to the Q1 2011 release and the problem still exists.
If I have a scheduler binded to an access database, is it possible to have the Summary, Description and Location encrypted before going into the database?
hello ,telerik
How to implement data repeater using telerik winform controls ?
you know ,we can show lots of data using data repeater in asp.net
but How can do it in winform using rad controls?
thanks.hope your reply
I've got a grid with 53 rows, the real estate on the screen only allows 12 to be viewed, a process runs that finds the desired value in row 37; gridView.CurrentRow property is set to the row in question, but it selects well below what is displayed to the user. How can I force the row into view? When I scroll down manually the proper row is selected, I'm trying to avoid making the user scroll to see the row selected.
I am creating appointments on the fly from a database and I noticed that some of the appointments had a ';' character added to the end of the summary text. The appointment has some formatting done in the AppointmentFormatting event but the summary never contains a ';' either in the appointment or the appointmentelement objects.
After further investigation, the ';' only appears on shorter appointments (see attached image), all the appointments in the example have an identical Location and Summary but the shorter appointments appear with a ';', the longer ones do not.
The AppointmentTitleFormat is set to "{3}{2}" but it seems to occur regardless of the format.
Has anybody got any ideas as to what is going on, it has been driving me nuts trying to find out and fix it.
1. My user has one to many rows selected
2. He performs an action, resulting in me re-binding the grid.
3. I'd like the items that were selected to be selected again after re-setting the datasource.