Setting size / position of PictureBox through function binding does not work...
Hello NaskoAs I've writen above, I've already done this and the function resolution and binding itself works. Too, the "Value" binding (path of the picture) works fine. But the "Size" and "Location"...
View ArticleExcel export
Hello Serkan, The GenerateExport() method of the RadPivotGrid uses the UI thus, I am afraid, the UI cannot be released while this operation is in progress. The only thing I can suggest is to try to...
View Articledebugging shows partial sources
Hello, While debugging only a part of my source files is shown in the left panel.The files are added there only after their code is actually run. Further more, only page js files are shown i.e. if I...
View ArticleHow to render dropdownlist as Desktop mode
Hello Claudio, We do not have such configuration out of the box, and currently the dropdownlist is always rendered as a native component (actionsheet) when included in mobile application. You can...
View ArticleSetting size / position of PictureBox through function binding does not work...
Hello Fridli, Please find attached a working sample project demonstrating the required configuration and Size/Location bindings. Regards, Nasko Telerik See What's Next in App Development. Register for...
View ArticleMVVM data templating not working
Hello, we used to use a third-party docking control in our application which had some problems with the RadScheduler control. Hence we've decided to exchange it with the RadDocking control, thus...
View ArticleSortable Handler inside kendo template
Hi George, The ViewModel is part of the 'app' namespace. You may access it in the following way:app.servicesPlansData.viewModel.servicePlans Regards, Alexander Valchev Telerik Join us on our journey...
View ArticleColor Row Based On Datasource
Hello Joshua,You could apply the custom styling in the dataBound event of the Grid. The approach is demonstrated in the following example. Regards, Dimiter Madjarov Telerik See What's Next in App...
View Articlepaging grid and sorting
Hi,I have a grid with paging.If I go to another page which isn't the first one, and then press on one of the headers and sort the column, then I click on the Add button, the first row is added...
View ArticleMVVM data templating not working
Forgot one thing:Replacing the RadDocking control by a common TabControl results in the expected behavior (can be done by uncommenting the TabControl and commenting the RadDocking control in the given...
View ArticleDetail Grid Batch Edit
Hi I am working on Batch Edit on heirarchical grid, I am able to read the cell values bound to master grid, but not able to read the detail grid cell values. I am binding both master and detail grid...
View ArticleExportToXlsx sometimes gives Excel error when opening document (seems to be...
I use ExportToXlsx to export gridview data to an excel file using the following code snippet gridView.ExportToXlsx(fs, newGridViewDocumentExportOptions(){ ShowColumnHeaders = true,...
View ArticleHTML Dropdown List Set Selected Value
Hello Shimmoril,From the code it is not really clear what exactly is rendered in the widget. But please check the following working example and edit it in order to show the exact issue that you are...
View ArticleAllow Add and deny Modify in File dialogs
Hi Miksh, Can you elaborate a bit on what is the exact functionality you want to deny? Are you referring the Properties tab in the FileManager dialogs or something else? If the former is true, you can...
View ArticleLine Graph Category Axis Label Format?
Hi,Having issues trying to remove time formatting from the x-axis 'category label format. Tried several formats but don't see a change on the outputted report - always showing my category dates as date...
View ArticlePop Up Window without focus
Hi,We are using a pop up window to display information about a selected item in a grid. When the user selects the grid item the window appears but it then has focus.Is there a way to pop-up the window...
View ArticleException with Custom Appointment Doesn't Update UI
Hi Christian, Thank you for contacting us. When an appointment or an recurrence rule is edited from the code you will need to call the BeginEdit and Commit methods of the control. This way the...
View ArticleAdding custom labels to X and Y axis
Hello Deepak, Thanks for the details. If I understood correctly you just need to show arbitrary labels on the linear axis. You can easily do this with a label value to string converter. For...
View ArticleApp Manager : iOS Client
Hi Jeelig, Thank you for contacting us. The AppManager mobile app for iOS is available, but needs to be re-signed with your iOS certificate and provisioning profiles before it is enabled for your...
View Article