Telerik Forums
UI for WinForms Forum
0 answers
98 views

Hello Telerik Team,

    I'm using RadGridView and has checkBoxColumn with Enabling HeaderCheckBox. When RadGridView is set to ReadOnly, checkBox from Data cell can't change toggle state. But checkBox from Header Cell can still changeable.

    How to prevent this cause ???

 

 

Zan
Top achievements
Rank 1
 asked on 21 Dec 2017
4 answers
239 views

Something so simply yet Telerik seems so un-intuitive.

I want a buttonface background color, but the cells I want white. It seems when I set the background color, it then colors the cells also. That to me seems very un-intuitive. Putting my gripe aside, any idea how to achieve this simply issue?

 

Dimitar
Telerik team
 answered on 21 Dec 2017
1 answer
197 views

Hello,

I've just started working with RadMap and am trying to figure out what Wraparound does.  My goal is to show a graphic in the tile layer and when the user pans all the way to the left side of the graphic, I'd like the pan to stop.  Same goes for the right hand side of the graphic.  All of your samples seem to wrap around.  For example, with Bing maps, I'm centered on Europe -> hold down the pan left button, the map goes all the way around the world and pans to Europe again (and again...).  What I'd like to have happen is that the user can pan no further left than Europe, and no further right than say, the Atlantic Ocean.  I'm not tied to the BingMapProvider, and am ultimately going to write my own IMapProvider.

Additionally, when I set the Wraparound property in the designer, it doesn't persist.

Thank you.

Hristo
Telerik team
 answered on 20 Dec 2017
3 answers
364 views
i am trying to size of 800 Mb  from the  sybase database. obivously, it will be a while
but instead of displaying each bar every second or seomthing, the radprogressbar just wait until everything is finished and then display it in full bar. how can i stop that how can i make it the progress bar fill up slower till copying my 100% data base  then gave me message completed succesfully?

This condition i need when Form Load Event Fired?



Please Revert Me
Its Urgent

Thank You. 
Dimitar
Telerik team
 answered on 20 Dec 2017
12 answers
1.4K+ views
Hi,

I have a grid which is populated as certain things happen within the application (e.g. as validation errors happen).

I have the grid at the top of a final wizard screen and want to be able to stack other controls underneath it (using docking).

Thus I need to be able to auto adjust the height of the grid so that it takes up only the exact amount of space required to show the rows + headers + padding / border.

I would have expected there to be a property such as the normal: "AutoSize" and "AutoSizeMode = AutoSizeMode.GrowAndShrink".

I would rather avoid adding a RowsChanged and RowHeightChanged handlers to iterate and calculate the total height... If this is the way forward, please provide and example with all the elements of the grid that should be taken into account.

There is only a single level of data and grouping is not enabled (but I can't get the group by box to go away!).

Cheers,
Andrew.
Dimitar
Telerik team
 answered on 20 Dec 2017
17 answers
587 views
Hi there:

First of all Congrats for the new Design and performance of Telerik Forums :D you're great guys.

Now, my problem jejeje. I've been using radpanel bars and I'm trying to customize their styles with the Telerik theme builder. I've localized the collapse and expand images in the element tree:

RootRadElement
--RadPanelBarElement
----ExploreBarLayout
------RadPanelGroupElement (Properties: GroupCollapseExplorerBarImage, GroupExpandExplorerBarImage)

At the last Element I've found those images, but even when I changed them, nothing happened. I don't know if those are the correct images that I've need to change.

Could you help me with that issue?

Thanks
Rumen
Telerik team
 answered on 19 Dec 2017
6 answers
251 views
I want the button in the command cell to appear as an image; however, still be able to click as if it's a button.  Basically get rid of the border and the background of the button.  How to do this?
Chris Kirkman
Top achievements
Rank 1
 answered on 19 Dec 2017
7 answers
205 views

Hi,

We are having issues with older road imagery from Bing Maps API. Some roads are not getting displayed on the map.

We are using Telerik.Windows.Controls.RadMap . We have received information that we need to request the imagery from BingREST imagery and we should  be using the "RoadOnDemand" Imagery Set as per the documentation here: https://msdn.microsoft.com/en-us/library/ff701716.aspx.

Can you help us to understand how to set property ImagerySet to 'RoadOnDemand' for Telerik.Windows.Controls.RadMap that we are using?

 

Thanks,

Hristo
Telerik team
 answered on 19 Dec 2017
3 answers
240 views

Hi

I have a form with 6 collapsible panels on it... if the user doesn't not have confidentiality access and the information is confidential then I want 5 of the panels to close and be disabled..so the user can only view 1 panel. Unfortunately the form loads with data before the panels close (even though the pane.collapse is called before the data load event...so the user can see the data from a confidential section...even if briefly.

Can you think of a way to stop this so that no confidential data can be viewed?

Thanks

Hristo
Telerik team
 answered on 19 Dec 2017
1 answer
1.3K+ views

When a user edits a cell and I need to update a row, I need to know the old value that was there before (I cannot get it without the entire data set).

Right now as a hack I'm saving it in CellBeginEdit, but I'm hoping there's a better solution:

 

        string oldValue;
        private void deviceGrid_CellBeginEdit(object sender, GridViewCellCancelEventArgs e)
        {
            if (e.Column.Name == "DeviceName")
            {
                oldValue = e.Row.Cells["DeviceName"].Value.ToString();
            }
        }

        private void deviceGrid_CellEndEdit(object sender, GridViewCellEventArgs e)
        {
            if (e.Column.Name == "DeviceName")
            {
                string newName = e.Value.ToString();

                Device device = Program.SapphireService.GetDeviceXmlByID(oldValue);
                Program.SapphireService.UpdateDevice(device, newName);
            }
        }

Dimitar
Telerik team
 answered on 18 Dec 2017
Narrow your results
Selected tags
Tags
GridView
General Discussions
Scheduler and Reminder
Treeview
Dock
RibbonBar
Themes and Visual Style Builder
ChartView
Calendar, DateTimePicker, TimePicker and Clock
DropDownList
Buttons, RadioButton, CheckBox, etc
ListView
ComboBox and ListBox (obsolete as of Q2 2010)
Form
Chart (obsolete as of Q1 2013)
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
PropertyGrid
Menu
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
Tabstrip (obsolete as of Q2 2010)
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
NavigationView
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?