Hey every one. I have a radRich textbox and I want the text to be rtl. I used
this.radRichTextBox.Document.StyleRepository[dd.RadDocumentDefaultStyles.NormalStyleName].ParagraphProperties.FlowDirection
= FlowDirection.RightToLeft;
although the text inside the texbox is rtl but whenever I use paragraphs the text is not enveloped by the parentheses:
گوگول))
or
)گوگولی(
also there is another problem. In farsi there are punctuations like "،". whenever I use that it goes behind the text. like what happened for . in previous versions of telerik. what should I do?
it should be like this:
،جینگول
but it is like this:
جینگول،
Hi there,
Love the Desktop Alert component and love the font glyph's you guys have supplied as part of the Implicit Styling.
How would I use a font glyph as my icon for a Desktop Alert?
Thanks in advance,
Dave
Hello!
I tried the examples of diagram,and I found that when I set the Opacity Property of a shape,and save the diagram to a xml,the Opacity Property did't saved to the xml file,so when I open the xml in diagram, the Opacity Property of the shape was 100%.
How to solve this bug?
I'm trying to export 100,000+ rows to Excel from the data grid, and as expected, I'm running into OutOfMemoryException issues. That's understandable, and I've seen your help articles that recommend we use Reporting when that may be the case.
I want to avoid that, though, for simplicity. It's much more preferable for our users if they can just click an export button, specify a location to save it, and just fire and forget, no matter how big the data set is or how long it would take.
So, my question to you is, is it possible to append to an existing Excel file when exporting from the grid view? This way, I can request say 5,000 entities at once, put the objects in a data grid, export it to the file selected by the user, and then request the next set of entities. Rinse and repeat. I want to batch the requests, since requesting 100,000+ rows will likely lead to a timeout anyway, so this would be really convenient. All I've seen in all your documentation, though, requires overwriting the existing file.
If that's not possible, can you provide any guidance on how else we could export 100,000+ rows to Excel without resorting to Reporting, while still leveraging the data grid or RadSpreadsheet?
Hi
I try localize RadGridView to Slovak culture.
I have resource files in external assemnly MyApp.Resources.
In this assembly I have resouce files named Translations.sk-Sk.resx
This file contains:
GridViewGroupPanelText "Some awesome string will be there"
I MyApp assembly in App.xaml.cs in method OnStartup I set current culture and resource for
LocalizationManager.Manager.Thread.CurrentThread.CurrentCulture = Thread.CurrentThread.CurrentUICulture =
new
CultureInfo(cultureCode);
LocalizationManager.Manager =
new
LocalizationManager()
{
ResourceManager = Translations.ResourceManager
};
When I try access to GridViewGroupPanelText from ViewModel class it works good.
var groupBy= LocalizationManager.Manager.ResourceManager.GetString(
"GridViewGroupPanelText"
);
But in view RadGridView use still english translations.
Thread.CurrentThread.CurrentCulture is sk-Sk (Slovak).
Windows culture is en-GB.
Any advice?
I have a new window opening with a gridview. It had been displaying my footer aggregates fine until the latest update. Since then the aggregates do not display until I sort one of the columns. I did try calling the CalculateAggregates function on the Window_Loaded event but that didn't seem to help.
Any other ideas on how to solve this issue?
Hi,
Is it possible to drag an appointment from one instance of a ScheduleView and drop it on an other instance?
Thanks
John
Hello
We want to use grid in our WPF project which must looks like grid on picture in attachments.
We want to do merging by multiple rows on equals. For example we want to do merge the same values in first column then, in this range we want to merge by third column. Something like GroupBy("Column1").ThenBy("Column2").
I don't find any grid in your demos, which can help us to solve this problems.
Could you possibly prompt your product, which can do this things and demos for it if they are exist.
Thank you. Have a nice day!