Newbie question: my boolean values are stored as int in Sqlite database. I therefore treat them as int in my model and viewmodel, but I want to treat them as boolean (true/false) in my RadDataForm. Is the proper way to do this by implementing IValueConverter, turning autogeneratefields off, defining customized fields via a data template, and applying said converter to all boolean fields? Or is there are quicker approach?
Wayne
https://demos.telerik.com/wpf/colorthemegenerator/
Where is the documentation on how to use it ? I found a button on the bottom right that copies the colour settings to the clipboard...ok...how do I use them after that ?
Thanks,
Barry
On a RadTreeView, is it possible to disable drop positions before and after, thus allowing only to drop inside an item? Setting the RadTreeViewItem's property "DropPosition" to "Inside" doesn't seem to have an effect.
Thanks
Michael
rgvTruckList.ItemsSource =
Nothing
rgvTruckList.ItemsSource = objTruckList
then its working fine. but it takes more time.
Thanks...!!!
Hi,
I can't seem to right align the value of the RadCalculatorPicker. I've tried using the HorizontalContentAlignment property, without succes. Any ideas ?
Regards,
Hans
Hi !
How do I get the total record count of the RadDataPager at any given time ?
The count on load, after a sort, after a filter...etc.
The end goal being (displayed under my RadDataGrid):
"Total Number of Records: 1536"
or even better, based on a PageSize=100 :
"Displaying 300-400 (of 1536 records)"
...I'm assuming you guys would have added this functionality a long time ago - maybe within the RadDataGrid itself, after the Paging is wired in ?!!?
Hi,
I've create an application with prism and RadDocking. My problem is that the controls in the rad panes don't lose the focus when I clicked in another rad pane.
This happen only after the first loading of layout. In my case, I resolve the instance of the module in base of the serialization tag (to have only an instance of the module) and add to the region the view (to have the list of the view present in the regions, but in the DockingPanesFactory I skip the add of the pane, because it's already present in the docking).
I've also tried to use Region.Activate and Deactivate when the IsActive property changed.
Do you have any suggestions?
Hi,
I've create an application with prism and RadDocking. My problem is that the controls in the rad panes don't lose the focus when I clicked in another rad pane.
This happen only after the first loading of layout. In my case, I resolve the instance of the module in base of the serialization tag (to have only an instance of the module) and add to the region the view (to have the list of the view present in the regions, but in the DockingPanesFactory I skip the add of the pane, because it's already present in the docking).
I've also tried to use Region.Activate and Deactivate when the IsActive property changed.
Do you have any suggestions?
I am using diagram shapes on radDiagram
I want to rotate the line shape by using the squares arround the shape wnd not with the rotate icon in the top
I attached an image.
as you can see, I want rotate the line by the squares that I marked in red and not with the icon that I marked in yellow