RadWindow.Prompt(
new
DialogParameters
{
Header =
"Modifier pourcentage"
,
OkButtonContent =
"Changer"
,
Content =
"Saisir pourcentage (calcul globale : nbhitlus < (moyenne - moyenne * pourcentage))\nFormat pourcentage : 0,0"
,
Theme =
new
Office_BlueTheme(),
CancelButtonContent =
"Annuler"
,
DefaultPromptResultValue =
"33,33"
,
Closed =
new
EventHandler<WindowClosedEventArgs>(OnDialogClosed),
});
Hello
After I download the new version of telerik Dlls - 2010.2.714.40
The grid starts automatically catch the data Error exception
I need to control the validation their same screen for read only.
When the grid is load the data he call the validation this is unnecessary.
How can I disable this?
Is there a better way to do the validation?
Best Regards
Ehud
Hi all,
While using the RadTab controller, I found the following error message in debug output window
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'ElementName=DropDownButtonElement'. BindingExpression:Path=IsChecked; DataItem=null; target element is 'DropDownMenu' (Name='DropDownMenuElement'); target property is 'IsOpen' (type 'Boolean')
Please try creating a new project and drag and drop the RadTabControl into the main form and execute. In my case, the VS2010 debug output will display the above error
I am using Q1 2010 SP2 of Rad Ctrl set on VS2010 Ultimate.
This does not hamper the performance of the controller, just the error message in the debug view.
Can any one tell me whether I am doing something wrong or whether this is a bug ?
Thanks ,
Chintana