Hi
I have a radGridView with groups that has two read only columns and one editable column. Using the tab key within a group works fine - it tabs to the only editable cell in the next row and I can immediately start typing in that cell. However when I get to the last row in the group and hit the tab key, it tabs to the group header row of the next group. I hit the tab key again and it tabs to the first read only cell in the first row for the group. The next tab goes to the second read only cell and the next tab goes to the first editable cell, but I can't type in that cell without first clicking in it. Is there any way I can get the tab from the last row of a group to the first editable cell of the first row in the next group?
Hi,
I have a RadTreeView with MultiSelect set to True and TriStateMode set to True. I want to be able to multiselect nodes, then check or uncheck one and the others that are selected should follow suit. Currently only the one that is actually clicked on to check/uncheck is changed. How can i achieve this other than writing a method into the NodeCheckedChanged event. Thanks.
Hi
How can i move rows up and down in the grid, by pressing UP Arrow and DownArrow Key. Is there any way to do this?
Regards
Gopinath
Hello,
I am using a RadTimePicker. When the RadTimePicker is empty, that means that there is NO time-value in it, and I press the Enter-Key, the current time is automatically filled in the field.
Is there any way not to submit the current time when I use the Enter-Key?
I do not want that, because when Enter is pressed no value is typed in, I want to jump in the next input-field and the Time-Field should stay empty.
Thank you!
Does the Telerik PropertyGrid control not support the FolderNameEditor? The control is showing a textbox and not the ellipsis button that displays a dialog.
<DisplayName(
"File Archive"
), Editor(
GetType
(FolderNameEditor),
GetType
(UITypeEditor))>
Property
ArchiveLocation
As
String
Hello,
For a developpment in my company, I need to print a list of data document by date with new header and new grid when there is new date
It's important : No need grouping
When I'm printing a test page, First Page is OK but not next page, There is header of grid but not data of grid by date
No bug in my code, just no data in printing preview
Printing Page 1
Printing Page 3
See my demo test project in file-attach => button of test is right-top (small button)
Link of downloading : TelerikWinFormsApp1
Do you know this issue ?
if yes, how solve it ?
Hi There,
I have a trackbar on which a number of (slow) actions are performed after the value has changed/changes.
Now, the value_changed event is fired even if I have my mouse down. Is there a possibility that the actual value changes áfter I release my mousebutton so the trackbar responds much quicker.
Kind regards
Victor
Hello folks - I am attempting to make a project similar to the "theatre" demo that is part of the Winform Demos for Map / ESRI Shapefiles. I have extracted all the code from the ExamplesCSVS2010 project file, and made a local copy of the theatre seating data. It appears to be loading the ESRI files properly, I can inspect the map object and it appears to have all the objects in it, but I just do not SEE anything on my form.
Is there a working standalone example anywhere? Everything I have found on the forums is for outdated Silverlight, nothing for winform. Seems like everything is there, but just missing this piece. Any ideas? Happy to post my current project, etc.for review, if that helps at all.
I don't see an event for when a mouse-click occurs on a radPageViewStripItem. I need to know when a user clicks on this element regardless if the pageview has been changed. (see screenshot)