USD formatted for user in de-DE (and Euro formatted for user in en-US)
Hello again Ed, I believe we are on the same page - format numbers based on the current culture and currency values based on specific culture. Instead of a currencyCulture method you should pass the...
View ArticleWhiet stripe over the headder
Hi Pablo, Could you please share some code/screenshots/videos and/or prepare a sample project that reproduces the issue? I am afraid that this is not a known issue or something we have experienced...
View ArticleHTML 5 Report Viewer Error creating report document:Client with ID not found....
Hi Stef,I have downloaded the Q3 2014 version and now I can use the IStorage Interface. However, we would like to keep it configurable i.e For Single server deployment use ICache and for Load balanced...
View ArticleHow do I make all column headers have text wrapping?
Hello Jesse, Please note, that for achieving this you need to instantiate the TextBlock by yourself, as in the code snippet below:Dim column As New GridViewDataColumn() With { _ Key...
View ArticleGridViewMaskedInputColumn removes the last character
Hi, I just updated radControls to version 2015.1.225.40 and noticed strange behaviour on GridViewMaskedInputColumn.GridViewMaskedInputColumn is defined in code-behind:GridViewMaskedInputColumn column =...
View ArticlePrint each column in different pages
SP is returning multiple columns. I need to print each column value in each page. Ex: If SP returns 5 columns Report should contain 5 pages. 1st record should print in the 1st page.2nd record should...
View Articleupdating arbitrary amount of objects?
i am facing the problem that i have to update an arbitrary amount of objects via the cloud code.as each object has to be identified itself i can not use the multiple update call, but have to issue an...
View ArticleRadRibbonDropDownButton - Open on F2 key
We have a RadRibbonDropDownButton declared inside a user control. What we like to achieve is to open the DropDown-Content by using F2 on the keyboard. Best would be without code behind (MVVM/PRISM)....
View ArticleHow to make some tasks uneditable and others editable
Thank you so much for the help,One last question, can we change the icon "+" "-" "cross" that appears during the dragging.Also the logic based on which these icon change
View ArticleGridView to Diagram - Drag & Drop
Hello Joel, No we do not have such example but drag/drop between RadDiagram and another control could be quite straight forward. You can use the DragDropManager to achieve your requirement. Basically,...
View ArticleAlternate Table Background Color When the Value of a Single Column Changes
Hello Sadie, Yes, you can do that in the SQL query for any data type, as long as you select the required field from the second table (t2). For more information on comparing strings in T-SQL, please...
View ArticleCannot navigate to view with link created from template
I have some issue with navigating to a view with a link created from template. This is my code<div data-role="view" id="listview-products"> <a data-align="left" data-role="touch"...
View Articleset_SelectedIndex does nothing!
Thanks for your reply Nencho.The initial post was about setting the combo to the item at index 0, in javascript. In your sample you're clearing the selection on server-side.If I use your solution...
View ArticleMaskedTextBox and single regular expression
Hi all,Is it possible to use a single regular expession for the masked text box? I have the problem that I want to set the mask for a country-dependent IBAN entry field. The regular expression for...
View ArticleShow counts of items under a node
Hello Jose,I am afraid that this approach has not been relevant for quite some time. You can calculate the children count in the dataBound event, as shown in this Dojo snippet. Regards, Alex Gyoshev...
View ArticleHow do you clear the slot template
Hello MIchael, Could you please provide the runable example where the issue is reproduced as from the provided information it's not clear for us what is the exact scenario that you have? This would...
View ArticleEmptyDataTemplate RadGridView
Hi Maya, Thank you for your solution, it's really look good. Unfortunately, my DataGridViewModel is extending other class that has no parameter-less constructor. So I can not declare it in...
View ArticleRadRibbonDropDownButton - Open on F2 key
Hello Neils, Let me try to explain when the InputBindings will be fired. In a regular case in which you have window and some controls in, by default the focus is inside the Window, that is why if you...
View ArticleRadMultiPage, RadTabStrip - All PageViews are being displayed after AJAX...
Hello Brent, Since it seems that you have a rather complex scenario, in order for us to be able to investigate the issue I would like to ask you to open a regular support ticket and provide a very...
View ArticleDetail Tables Filtering not working
Hi,I have a grid with CheckList filtering implemetented on some of the columns in the MasterTableView, this works as expected. Implementing the same filtering in the DetailsTables does not work....
View Article