get the value of checkboxcolumn in datagrid
hiiii,, i want to get the value of checkboxcolumn in datagrid wpfi try this codeif(item.boolCol == true) { MessageBox.Show("fail"); } else...
View Articleget the value of checkboxcolumn in datagrid
i try this code foreach (spShowTotal_Result item in dgShowStudent.ItemsSource) { bool? check = ((CheckBox)dgShowStudent.Columns[0].GetCellContent(item)).IsChecked; } but this error is appear...
View ArticleWrong Tab Sizes after LoadFromXml
Im using the instructions here (http://docs.telerik.com/devtools/winforms/dock/loading-and-saving-layouts/tutorial-saving-and-loading-layout-and-content) to save and load my Dock configuration between...
View ArticleManual setting merge field result
I'm trying to set merge field values manually and I can't get anything to work, or find anything indicating how I can do this directly. Here's an example of my code: var span =...
View ArticleManual setting merge field result
Never mind, I never got that to work but I was able to use ExpandoObject to do what I needed to do.
View ArticleDynamically change numbers of myUserConrols under paneGroup and pane
Hi, I am using the structure below to get a pane that under it there is myUserControl1 The UI will look like this: _______________ | my | | UserContol1...
View ArticleText selection disable.
Unfortunately, this is not an acceptable solution for us. We require normal row selection (i.e. by clicking the row), as well as multiple row selection using the modifier keys (Ctrl, Shift).What we...
View ArticleAuto Rows Height in Print
I use the following code to change fonts size in print:1.voidgrid_PrintCellFormatting(objectsender, PrintCellFormattingEventArgs e)2.{3. e.PrintCell.Font = newFont("Tahoma", 14,...
View ArticleOut of Memory Error
I received this one today, while testing my app via livesync. I have seen it a couple of times over the last month or so:"Out of Memory Error" along with "No Stack available" message. I am developing...
View ArticleUnfortunately NativeScript has stopped
I'm building a NativeScript app using Platform and inbrowser client. I livesync down to a device for testing.Debugging is troublesome, because half the console.log() messages don't seem to appear, and...
View ArticleProblem with Rad Editor on paste to keep MS Word formatting
Hi Marin,Pasting from word is not working in Firefox , not even in your demo site. try with bullets.following is the html generated from bullets• A<br...
View ArticleBarSeries ContextMenu
Here is a sample BarSeries:01.BarSeries barSeries = newBarSeries("Performance", "RepresentativeName");02.barSeries.Name = "Q1";03.barSeries.DataPoints.Add(newCategoricalDataPoint(177,...
View ArticleHide aggregators and column descriptors area
Hello,How can I hide aggregators and column descriptors areas (see attached image)?So far I found what I can execute the following codepivotGrid.PivotGridElement.AggregateDescriptorsArea.Visibility =...
View ArticleNo Cursor in DataField
Hi, i am using the DataForm. In edit mode i can not set the cursorposition in the DataField with left Mouseclick. How can I change this?
View ArticlejQuery 3.0
I linked to jquery-migrate and then everything worked. At least it is a work around until we get official support.<script src="https://code.jquery.com/jquery-migrate-3.0.0.min.js"...
View ArticleMultiple files not showing properly
Hi, do you have an example of how to list the files using the synchronous version and a template? Should I use the onSelect event or modify the...
View ArticleControls Examples
The provided examples for Universal Apps on the Telerik GitHub account all seem to be for the Windows 8.1 universal apps, not the new UWP. Is there a timeline for this? I saw in another post that it...
View ArticleFont problem in silk skin
I use Rad Navigation in a Control and MasterPage. When i use Silk skin, font in sub menu is lost.Se attached image
View ArticleWorking Trackball Example
Is there a working Trackball example for UWP? When looking at the example for W8.1 it's looking like all I should have to do is to add the following code to the main XAML file when setting up the...
View ArticleError after publishing the report on the server
When I execute the report locally, it executes well. But when we published it on the web the report shows the followed error "Error registering the viewer with the service. An error has occurred.Object...
View Article