Reading File Name from Download Dialog
Hello, Unfortunately this is not possible. Why you are doing this, what is the purpose of this request? If you provide more information we can think of a workaround that we can provide. Regards, Ivaylo...
View ArticleCan't randomly select element on the page
Helo Jurij, From the first sight as far as I can see you are using C# code in VB project. Also as Boyan stated before without having access to the application we cannot assist with writing the code for...
View ArticleJoin two ScatterDataPoints in RadChartView
Hi Ram, The described scenario is not supported by RadChartView - you cannot change the color of a separate line segment between the data points. However, you can achieve your requirement by using an...
View ArticleTexAlignment property of a column
Stefan,I will take a more in depth look after my holidays. What I'm currently is that it was working with Q1 2015 SP1 and that it doesn't work with Q2 2015.My scenario is much more complicated that...
View Articleunexpected ItemsLoading calls
For the benefit of anyone who come across this thread. I have been running into the issue of the ItemsLoading Event being called twice for the topmost items. Originally my code would call to the...
View ArticleSelect All Checkbox
Hello Laksh, My colleague Peter already explained what would be the solution in current case if the "ServerOperation" option of the DataSource is set to true - creating separate Ajax request to get the...
View ArticleReading File Name from Download Dialog
Hi, In my application there is an export button ,clicking on which will download the contents in screen to a .xls file.So i have to verify1) The default file name appearing on "Image.jpg" screen...
View ArticleHow to reset RadComboBox with Checkboxes using Javascript
Hi Kalina Excellent - Working fine, Thank you
View Articlegrid remove-filter button is superimposed on filter icon
The remove-filter button [X] is being partially superimposed upon the filter icon in IE11, Chrome, and Opera (I haven't tested other browsers). See attached screen shot. I'm referencing...
View ArticleDataFormCommandProvider - AddNew
I have a dataform using a custom DataFormCommandProvider. The CommandProvider has an overriden CanAddNewExecute() function that always returns true.When I first go to the page with this control I can...
View ArticleSet connection string dynamically and access report parameter values
Hi, thanks for the info on the ReportParameters collection, that works fine when the user has not supplied a value. However lets change the example to make it clearer. Instead of dateFormat, lets...
View ArticleGridViewAutoSizeColumnsMode.Fill not working after columns grouping
I have a grid view with several columns set where AutoSizeColumnsMode = GridViewAutoSizeColumnsMode.Fill. I do have few columns with a fixed width (i.e. MinWidth = MaxWidth = Width). This is working...
View Articleadaptive datapager almost unusable on my android phone
The adaptive datapager is almost unusable on my android phone. It starts off fine with 1,2,3, ....When I click the ...(3dots) it takes me to the end. Still good.It shows ..., 11,12,13 But when I...
View ArticleDataFormCommandProvider - AddNew
I am seeing this same behaviour when not using the custom DataFormCommandProvider as well. Could it be an issue with the underlying source collection? I am using an ObservableCollection, exposed...
View ArticleFormat grid cells after page index changed
I have a grid with formatted cells(by calling user_defined function) based on various criterias on page_load.But while I tried to view the next page, the formatting disappears on new pages as well as...
View ArticleRadWindow as MainWindow, revisited
In this thread http://www.telerik.com/forums/prism-and-rad-window you have a demo for how to use a RadWindow as the main window. However, when you switch to using the NoXAML dlls, the window does not...
View ArticleExportToExcelML Issue
So I have gridview and I am trying to export it to a excel spreadsheet... private void savedata() { ExportToExcelML exporter = new ExportToExcelML(table);...
View ArticleInvalidOperationException when showing Backstage a second time
Hi there,I am experiencing an intermittent InvalidOperationException when attempting to show the backstage of a RadRibbonView for the second or subsequent time.The cause seems to be that the backstage...
View Article